#include <CCommand.h>
Public Attributes | |
| std::string * | String |
| float * | Float |
| CVector3f * | Vector |
| CColor * | Color |
| int * | Int |
ID of the parameter of the command.
Definition at line 91 of file CCommand.h.
| std::string* CCommand::DataUnion::String |
Definition at line 93 of file CCommand.h.
Referenced by CCommandExecutor::Execute(), and CCommandParser::Parse().
| float* CCommand::DataUnion::Float |
String member.
Definition at line 94 of file CCommand.h.
Referenced by CCommandExecutor::Execute(), and CCommandParser::Parse().
Float member.
Definition at line 95 of file CCommand.h.
Referenced by CCommandExecutor::Execute(), and CCommandParser::Parse().
Vector member.
Definition at line 96 of file CCommand.h.
Referenced by CCommandExecutor::Execute(), and CCommandParser::Parse().
Color member.
Definition at line 97 of file CCommand.h.
Referenced by CCommand::CCommand(), CCommandExecutor::Execute(), and CCommandParser::Parse().
1.5.4