Show / Hide Table of Contents

Class OnQuitEventArgs

Inheritance
Object
OnQuitEventArgs
Inherited Members
Object.Equals(Object)
Object.Equals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Object.ReferenceEquals(Object, Object)
Object.ToString()
Namespace: Slipe.Server.Peds.Events
Assembly: SlipeServer.dll
Syntax
public class OnQuitEventArgs

Properties

| Improve this Doc View Source

QuitType

How the player left.

Declaration
public QuitType QuitType { get; }
Property Value
Type Description
QuitType
| Improve this Doc View Source

Reason

If the player was kicked or banned, the reason given goes here.

Declaration
public string Reason { get; }
Property Value
Type Description
String
| Improve this Doc View Source

ResponsiblePlayer

The player that was responsible for kicking or banning the player.

Declaration
public Player ResponsiblePlayer { get; }
Property Value
Type Description
Player
  • Improve this Doc
  • View Source
Back to top Generated by DocFX