![]() |
DDraceNetwork Documentation
|
Public Member Functions | |
| const CCommandInfo * | NextCommandInfo (int AccessLevel, int FlagMask) const override |
| void | SetAccessLevel (int AccessLevel) |
Public Member Functions inherited from IConsole::CCommandInfo | |
| CCommandInfo () | |
| virtual | ~CCommandInfo ()=default |
| int | GetAccessLevel () const |
Public Attributes | |
| CCommand * | m_pNext |
| int | m_Flags |
| bool | m_Temp |
| FCommandCallback | m_pfnCallback |
| void * | m_pUserData |
Public Attributes inherited from IConsole::CCommandInfo | |
| const char * | m_pName |
| const char * | m_pHelp |
| const char * | m_pParams |
Additional Inherited Members | |
Protected Attributes inherited from IConsole::CCommandInfo | |
| int | m_AccessLevel |
|
overridevirtual |
Implements IConsole::CCommandInfo.
| int CConsole::CCommand::m_Flags |
| FCommandCallback CConsole::CCommand::m_pfnCallback |
| CCommand* CConsole::CCommand::m_pNext |
| void* CConsole::CCommand::m_pUserData |
| bool CConsole::CCommand::m_Temp |