Wrapper around CCommand. More...
#include <public/IRootConsoleMenu.h>
Public Member Functions | |
| virtual const char * | Arg (int n) const =0 |
| Returns an argument by number. | |
| virtual int | ArgC () const =0 |
| Returns the argument count. | |
| virtual const char * | ArgS () const =0 |
| Returns the full argument string. | |
Wrapper around CCommand.
Definition at line 53 of file IRootConsoleMenu.h.
| virtual const char* SourceMod::ICommandArgs::Arg | ( | int | n | ) | const [pure virtual] |
Returns an argument by number.
n Argument number.
| virtual int SourceMod::ICommandArgs::ArgC | ( | ) | const [pure virtual] |
Returns the argument count.
| virtual const char* SourceMod::ICommandArgs::ArgS | ( | ) | const [pure virtual] |
Returns the full argument string.
1.7.1