Class RustPlayerKickedEvent
Inheritance
System.Object
RustPlayerKickedEvent
Assembly: OpenMod.Rust.dll
Syntax
public class RustPlayerKickedEvent : RustPlayerEvent, IPlayerEvent, IEvent
Constructors
|
Improve this Doc
View Source
RustPlayerKickedEvent(RustPlayer, String)
Declaration
public RustPlayerKickedEvent(RustPlayer player, string reason)
Parameters
Type |
Name |
Description |
RustPlayer |
player |
|
System.String |
reason |
|
Properties
|
Improve this Doc
View Source
Reason
Declaration
public string Reason { get; }
Property Value
Type |
Description |
System.String |
|
Implements
Extension Methods