Show / Hide Table of Contents

Class PlayerKickEventArgs

Inheritance
object
EventArgs
PlayerKickEventArgs
Inherited Members
EventArgs.Empty
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: SlipeServer.Server.Elements.Events
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
Type Name Description
string reason
PlayerDisconnectType type
Element ResponsibleElement

Properties

| Edit this page View Source

Reason

Declaration
public string Reason { get; }
Property Value
Type Description
string
| Edit this page View Source

ResponsibleElement

Declaration
public Element? ResponsibleElement { get; }
Property Value
Type Description
Element
| Edit this page View Source

Type

Declaration
public PlayerDisconnectType Type { get; }
Property Value
Type Description
PlayerDisconnectType
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX