Class TextCommandCallingArgs  
  
  
    - Namespace
 - Vintagestory.API.Common
 
  - Assembly
 - VintagestoryAPI.dll
 
   
  
  
  
    public class TextCommandCallingArgs
   
  
    - Inheritance
 
    - 
      
      
TextCommandCallingArgs
     
  
  
    - Inherited Members
 
    - 
    
    
    
    
    
    
    
  
 
  
    - Extension Methods
 
    - 
  
  
  
 
  Fields
  
  Caller
  
  
  
  
  
  Field Value
  
    - Caller
 
    
  
  
  Command
  
  
  
  
  
    public IChatCommand Command
   
  Field Value
  
    - IChatCommand
 
    
  
  
  LanguageCode
  
  
  
  
  
    public string LanguageCode
   
  Field Value
  
    - string
 
    
  
  
  Parsers
  
  
  
  
  
    public List<ICommandArgumentParser> Parsers
   
  Field Value
  
    - List<ICommandArgumentParser>
 
    
  
  
  RawArgs
  
  
  
  
  
  Field Value
  
    - CmdArgs
 
    
  
  
  SubCmdCode
  
  
  
  
  
  Field Value
  
    - string
 
    
  
  Properties
  
  
  ArgCount
  
  
  
  
  
    public int ArgCount { get; }
   
  Property Value
  
    - int
 
    
  
  
  
  this[int]
  
  
  
  
  
    public object this[int index] { get; }
   
  Parameters
  
    index int 
    
  
  Property Value
  
    - object
 
    
  
  
  
  LastArg
  
  
  
  
  
    public object LastArg { get; }
   
  Property Value
  
    - object