Table of Contents

Class TextCommandCallingArgs

Namespace
Vintagestory.API.Common
Assembly
VintagestoryAPI.dll
public class TextCommandCallingArgs
Inheritance
TextCommandCallingArgs
Inherited Members

Fields

Caller

public Caller 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

public CmdArgs RawArgs

Field Value

CmdArgs

SubCmdCode

public string 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