Public Member Functions | |
BigDialogue (PetkaEngine &vm) | |
uint | opcode () |
uint | choicesCount () |
void | next (int choice=-1) |
const DialogHandler * | findHandler (uint objId, uint opcode, bool *fallback) const |
void | setHandler (uint objId, uint opcode) |
const Common::U32String * | getSpeechInfo (int *talkerId, const char **soundName, int choice) |
void | getMenuChoices (Common::Array< Common::U32String > &choices) |
void | load (Common::ReadStream *s) |
void | save (Common::WriteStream *s) |