Show / Hide Table of Contents

Class PlayerBindKeyArgs

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

Constructors

| Edit this page View Source

PlayerBindKeyArgs(Player, string, KeyState)

Declaration
public PlayerBindKeyArgs(Player player, string key, KeyState keyState)
Parameters
Type Name Description
Player player
string key
KeyState keyState

Properties

| 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