OpenMod Docs OpenMod Docs
OpenMod Docs OpenMod Docs
OpenMod .NET Plugin Framework.

Class RustPlayerOpeningUiEvent

Inheritance
System.Object
EventBase
Event
RustPlayerEvent
RustPlayerOpeningUiEvent
Implements
IPlayerEvent
IEvent
ICancellableEvent
Inherited Members
RustPlayerEvent.Player
RustPlayerEvent.IPlayerEvent.Player
Event.Arguments
EventBase.Name
EventBase.Data
Namespace: OpenMod.Rust.Players.UI.Events
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

IPlayerEvent
IEvent
ICancellableEvent

Extension Methods

DisposeHelper.DisposeSyncOrAsync(Object)