IConsoleCmdArgs

IConsoleCmdArgsabstract

Interface to the arguments of the console command. More...

#include

Public Member Functions

virtual int GetArgCount () const =0
Gets number of arguments supplied to the command (including the command itself).
virtual const char * GetArg (int nIndex) const =0
Gets argument by index, nIndex must be in 0 <= nIndex < GetArgCount().
virtual const char * GetCommandLine () const =0
Gets complete command line.

Detailed Description

Interface to the arguments of the console command.