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

Class RustPlayerClosedUiEvent

Inheritance
System.Object
EventBase
Event
RustPlayerEvent
RustPlayerClosedUiEvent
Implements
IPlayerEvent
IEvent
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 RustPlayerClosedUiEvent : RustPlayerEvent, IPlayerEvent, IEvent

Constructors

| Improve this Doc View Source

RustPlayerClosedUiEvent(RustPlayer, String)

Declaration
public RustPlayerClosedUiEvent(RustPlayer player, string json)
Parameters
Type Name Description
RustPlayer player
System.String json

Properties

| Improve this Doc View Source

Json

Declaration
public string Json { get; }
Property Value
Type Description
System.String

Implements

IPlayerEvent
IEvent

Extension Methods

DisposeHelper.DisposeSyncOrAsync(Object)