SourceMod SDK  1.7
SourceMod::ICommandArgs Class Referenceabstract

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...
 

Detailed Description

Wrapper around CCommand.

Member Function Documentation

virtual const char* SourceMod::ICommandArgs::Arg ( int  n) const
pure virtual

Returns an argument by number.

n Argument number.

Returns
Argument string.
virtual int SourceMod::ICommandArgs::ArgC ( ) const
pure virtual

Returns the argument count.

Returns
Argument count.
virtual const char* SourceMod::ICommandArgs::ArgS ( ) const
pure virtual

Returns the full argument string.

Returns
Argument string.

The documentation for this class was generated from the following file: