Show / Hide Table of Contents

Class PlayerBindExecutedEventArgs

Inheritance
object
EventArgs
PlayerBindExecutedEventArgs
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 PlayerBindExecutedEventArgs : EventArgs

Constructors

| Edit this page View Source

PlayerBindExecutedEventArgs(Player, BindType, KeyState, string)

Declaration
public PlayerBindExecutedEventArgs(Player player, BindType bindType, KeyState keyState, string key)
Parameters
Type Name Description
Player player
BindType bindType
KeyState keyState
string key

Properties

| Edit this page View Source

BindType

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

Key

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

KeyState

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

Player

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