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