Class PlayerBindKeyArgs
  
  
  
    Inheritance
    
    
    PlayerBindKeyArgs
   
  
  
  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
  
  Properties
  
    |
    Edit this page
  
  
    View Source
  
  
  Key
  
  
  Declaration
  
    public string Key { get; }
   
  Property Value
  
  
    |
    Edit this page
  
  
    View Source
  
  
  KeyState
  
  
  Declaration
  
    public KeyState KeyState { get; }
   
  Property Value
  
  
    |
    Edit this page
  
  
    View Source
  
  
  Player
  
  
  Declaration
  
    public Player Player { get; }
   
  Property Value