SourceMod SDK
1.7
|
Wrapper around CCommand. More...
#include <public/IRootConsoleMenu.h>
Public Member Functions | |
virtual const char * | Arg (int n) const =0 |
Returns an argument by number. More... | |
virtual int | ArgC () const =0 |
Returns the argument count. More... | |
virtual const char * | ArgS () const =0 |
Returns the full argument string. More... | |
Wrapper around CCommand.
|
pure virtual |
Returns an argument by number.
n Argument number.
|
pure virtual |
Returns the argument count.
|
pure virtual |
Returns the full argument string.