DDraceNetwork Documentation
Loading...
Searching...
No Matches
CChat::CCommand Struct Reference

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]

Constructor & Destructor Documentation

◆ CCommand() [1/2]

CChat::CCommand::CCommand ( )
default

◆ CCommand() [2/2]

CChat::CCommand::CCommand ( const char * pName,
const char * pParams,
const char * pHelpText )
inline

Member Function Documentation

◆ operator<()

bool CChat::CCommand::operator< ( const CCommand & Other) const
inline

◆ operator<=()

bool CChat::CCommand::operator<= ( const CCommand & Other) const
inline

◆ operator==()

bool CChat::CCommand::operator== ( const CCommand & Other) const
inline

Member Data Documentation

◆ m_aHelpText

char CChat::CCommand::m_aHelpText[IConsole::TEMPCMD_HELP_LENGTH]

◆ m_aName

char CChat::CCommand::m_aName[IConsole::TEMPCMD_NAME_LENGTH]

◆ m_aParams

char CChat::CCommand::m_aParams[IConsole::TEMPCMD_PARAMS_LENGTH]

The documentation for this struct was generated from the following file:
  • src/game/client/components/chat.h