Class PlayerCommandEventArgs
  
  
  
    Inheritance
    
    
    PlayerCommandEventArgs
   
  
  
  Assembly: SlipeServer.Server.dll
  Syntax
  
    public sealed class PlayerCommandEventArgs : EventArgs
   
  Constructors
  
    |
    Edit this page
  
  
    View Source
  
  
  PlayerCommandEventArgs(Player, string, string[])
  
  
  Declaration
  
    public PlayerCommandEventArgs(Player source, string command, string[] arguments)
   
  Parameters
  
  Properties
  
    |
    Edit this page
  
  
    View Source
  
  
  Arguments
  
  
  Declaration
  
    public string[] Arguments { get; }
   
  Property Value
  
  
    |
    Edit this page
  
  
    View Source
  
  
  Command
  
  
  Declaration
  
    public string Command { get; }
   
  Property Value
  
  
    |
    Edit this page
  
  
    View Source
  
  
  Source
  
  
  Declaration
  
    public Player Source { get; }
   
  Property Value