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