Class OnQuitEventArgs
Inherited Members
Namespace: Slipe.Server.Peds.Events
Assembly: SlipeServer.dll
Syntax
public class OnQuitEventArgs
Properties
| Improve this Doc View SourceQuitType
How the player left.
Declaration
public QuitType QuitType { get; }
Property Value
Type | Description |
---|---|
QuitType |
Reason
If the player was kicked or banned, the reason given goes here.
Declaration
public string Reason { get; }
Property Value
Type | Description |
---|---|
String |
ResponsiblePlayer
The player that was responsible for kicking or banning the player.
Declaration
public Player ResponsiblePlayer { get; }
Property Value
Type | Description |
---|---|
Player |