#include <CCommand.h>
Definition at line 21 of file CCommand.h.
This enum represents the different values that can be set by the user.
Definition at line 38 of file CCommand.h.
This enum represents the type of parameter a "set" function needs.
| PARAMETERTYPE_STRING | |
| PARAMETERTYPE_FLOAT | |
| PARAMETERTYPE_VECTOR | |
| PARAMETERTYPE_COLOR | |
| PARAMETERTYPE_INT | |
| PARAMETERTYPE_END |
Definition at line 71 of file CCommand.h.
| CCommand::CCommand | ( | ) | [inline] |
CCommand simple constructor.
Union containing a pointer to the parameter of the command.
Definition at line 103 of file CCommand.h.
References COMMAND_END, CCommand::DataUnion::Int, m_CommandID, m_ParameterID, m_pData, and PARAMETER_END.
String table corresponding to the different parameters.
Definition at line 86 of file CCommand.h.
Referenced by CCommand(), CCommandExecutor::Execute(), GetParameterType(), and CCommandParser::Parse().
ID of the command to exectute.
Definition at line 88 of file CCommand.h.
Referenced by CCommand(), CCommandExecutor::Execute(), GetParameterType(), and CCommandParser::Parse().
Referenced by CCommand(), CCommandExecutor::Execute(), and CCommandParser::Parse().
1.5.4