![]() |
DDraceNetwork Documentation
|
Public Member Functions | |
| CCommand ()=default | |
| CCommand (const char *pName, const char *pParams, const char *pHelpText) | |
| bool | operator< (const CCommand &Other) const |
| bool | operator<= (const CCommand &Other) const |
| bool | operator== (const CCommand &Other) const |
Public Attributes | |
| char | m_aName [IConsole::TEMPCMD_NAME_LENGTH] |
| char | m_aParams [IConsole::TEMPCMD_PARAMS_LENGTH] |
| char | m_aHelpText [IConsole::TEMPCMD_HELP_LENGTH] |
|
default |
|
inline |
| char CChat::CCommand::m_aHelpText[IConsole::TEMPCMD_HELP_LENGTH] |
| char CChat::CCommand::m_aName[IConsole::TEMPCMD_NAME_LENGTH] |
| char CChat::CCommand::m_aParams[IConsole::TEMPCMD_PARAMS_LENGTH] |