Static Public Member Functions | |
static void | talk (const char *filename, int personInRoom, char *cutawayFilename, QueenEngine *vm) |
Public interface to run a talk from a file. | |
static bool | speak (const char *sentence, Person *person, const char *voiceFilePrefix, QueenEngine *vm) |
Public interface to speak a sentence. | |
static void | getString (const byte *ptr, uint16 &offset, char *str, int maxLength, int align=2) |
Read a string from ptr and update offset. | |