Class RustPlayerInfoSetEvent
Inheritance
System.Object
RustPlayerInfoSetEvent
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
Extension Methods