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