Classes | |
struct | Command |
Public Member Functions | |
CommandHandler (CGEEngine *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 | reset () |
Public Attributes | |
struct CGE::CommandHandler::Command * | _commandList |
bool | _talkEnable |
Static Public Attributes | |
static const char * | _commandText [] |