Class PlayerKickEventArgs
Inheritance
PlayerKickEventArgs
Assembly: SlipeServer.Server.dll
Syntax
public sealed class PlayerKickEventArgs : EventArgs
Constructors
|
Edit this page
View Source
PlayerKickEventArgs(string, PlayerDisconnectType, Element?)
Declaration
public PlayerKickEventArgs(string reason, PlayerDisconnectType type, Element? ResponsibleElement = null)
Parameters
Properties
|
Edit this page
View Source
Reason
Declaration
public string Reason { get; }
Property Value
|
Edit this page
View Source
ResponsibleElement
Declaration
public Element? ResponsibleElement { get; }
Property Value
|
Edit this page
View Source
Type
Declaration
public PlayerDisconnectType Type { get; }
Property Value