OpenMod Docs OpenMod Docs
OpenMod Docs OpenMod Docs
OpenMod .NET Plugin Framework.

Class RustPlayerMapMarkerRemovingEvent

Inheritance
System.Object
EventBase
Event
RustPlayerEvent
RustPlayerMapMarkerRemovingEvent
Implements
IPlayerEvent
IEvent
ICancellableEvent
Inherited Members
RustPlayerEvent.Player
RustPlayerEvent.IPlayerEvent.Player
Event.Arguments
EventBase.Name
EventBase.Data
Namespace: OpenMod.Rust.Players.Map.Events
Assembly: OpenMod.Rust.dll
Syntax
public class RustPlayerMapMarkerRemovingEvent : RustPlayerEvent, IPlayerEvent, IEvent, ICancellableEvent

Constructors

| Improve this Doc View Source

RustPlayerMapMarkerRemovingEvent(RustPlayer, MapNote)

Declaration
public RustPlayerMapMarkerRemovingEvent(RustPlayer player, MapNote mapNote)
Parameters
Type Name Description
RustPlayer player
MapNote mapNote

Properties

| Improve this Doc View Source

IsCancelled

Declaration
public bool IsCancelled { get; set; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

MapNote

Declaration
public MapNote MapNote { get; }
Property Value
Type Description
MapNote

Implements

IPlayerEvent
IEvent
ICancellableEvent

Extension Methods

DisposeHelper.DisposeSyncOrAsync(Object)