Class RustPlayerMapMarkersClearingEvent
Inheritance
System.Object
RustPlayerMapMarkersClearingEvent
Implements
ICancellableEvent
Assembly: OpenMod.Rust.dll
Syntax
public class RustPlayerMapMarkersClearingEvent : RustPlayerEvent, IPlayerEvent, IEvent, ICancellableEvent
Constructors
|
Improve this Doc
View Source
RustPlayerMapMarkersClearingEvent(RustPlayer, List<MapNote>)
Declaration
public RustPlayerMapMarkersClearingEvent(RustPlayer player, List<MapNote> mapNotes)
Parameters
Type |
Name |
Description |
RustPlayer |
player |
|
List<MapNote> |
mapNotes |
|
Properties
|
Improve this Doc
View Source
IsCancelled
Declaration
public bool IsCancelled { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
MapNotes
Declaration
public List<MapNote> MapNotes { get; }
Property Value
Type |
Description |
List<MapNote> |
|
Implements
ICancellableEvent
Extension Methods