Class RustPlayerBannedEvent
Inheritance
System.Object
RustPlayerBannedEvent
Assembly: OpenMod.Rust.dll
Syntax
public class RustPlayerBannedEvent : Event, IEvent
Constructors
|
Improve this Doc
View Source
RustPlayerBannedEvent(String, UInt64, String, String)
Declaration
public RustPlayerBannedEvent(string playerName, ulong id, string address, string reason)
Parameters
Type |
Name |
Description |
System.String |
playerName |
|
System.UInt64 |
id |
|
System.String |
address |
|
System.String |
reason |
|
Properties
|
Improve this Doc
View Source
Address
Declaration
public string Address { get; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Id
Declaration
Property Value
Type |
Description |
System.UInt64 |
|
|
Improve this Doc
View Source
PlayerName
Declaration
public string PlayerName { get; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Reason
Declaration
public string Reason { get; }
Property Value
Type |
Description |
System.String |
|
Implements
Extension Methods