Class RustPlayerMapMarkerAddingEvent
Inheritance
System.Object
RustPlayerMapMarkerAddingEvent
Implements
ICancellableEvent
Assembly: OpenMod.Rust.dll
Syntax
public class RustPlayerMapMarkerAddingEvent : RustPlayerEvent, IPlayerEvent, IEvent, ICancellableEvent
Constructors
|
Improve this Doc
View Source
RustPlayerMapMarkerAddingEvent(RustPlayer, MapNote)
Declaration
public RustPlayerMapMarkerAddingEvent(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
Implements
ICancellableEvent
Extension Methods