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

Class RustPlayerInfoSetEvent

Inheritance
System.Object
EventBase
Event
RustPlayerEvent
RustPlayerInfoSetEvent
Implements
IPlayerEvent
IEvent
Inherited Members
RustPlayerEvent.Player
RustPlayerEvent.IPlayerEvent.Player
Event.Arguments
EventBase.Name
EventBase.Data
Namespace: OpenMod.Rust.Players.Events
Assembly: OpenMod.Rust.dll
Syntax
public class RustPlayerInfoSetEvent : RustPlayerEvent, IPlayerEvent, IEvent

Constructors

| Improve this Doc View Source

RustPlayerInfoSetEvent(RustPlayer, String, String)

Declaration
public RustPlayerInfoSetEvent(RustPlayer player, string key, string value)
Parameters
Type Name Description
RustPlayer player
System.String key
System.String value

Properties

| Improve this Doc View Source

Key

Declaration
public string Key { get; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Value

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

Implements

IPlayerEvent
IEvent

Extension Methods

DisposeHelper.DisposeSyncOrAsync(Object)