Classes | |
| struct | Command |
Public Member Functions | |
| CommandHandler (CGE2Engine *vm, bool turbo) | |
| void | runCommand () |
| void | addCommand (CommandType com, int ref, int val, void *ptr) |
| void | addCallback (CommandType com, int ref, int val, CallbackType cbType) |
| void | insertCommand (CommandType com, int ref, int val, void *ptr) |
| bool | idle () |
| void | clear () |
| int | getComId (const char *com) |
| const char * | getComStr (CommandType cmdType) |
Public Attributes | |
| struct CGE2::CommandHandler::Command * | _commandList |
| bool | _talkEnable |
Static Public Attributes | |
| static const char * | _commandText [] |