Public Member Functions | |
| SpeechManager (SludgeEngine *vm) | |
| void | init () |
| void | kill () |
| int | wrapSpeech (const Common::String &theText, int objT, int sampleFile, bool) |
| void | display () |
| int | isThereAnySpeechGoingOn () |
| bool | isCurrentTalker (OnScreenPerson *person) |
| int | getLastSpeechSound () |
| void | setObjFontColour (ObjectType *t) |
| void | setSpeechSpeed (float speed) |
| float | getSpeechSpeed () |
| void | setSpeechMode (int speechMode) |
| void | save (Common::WriteStream *stream) |
| bool | load (Common::SeekableReadStream *stream) |
| void | freeze (FrozenStuffStruct *frozenStuff) |
| void | restore (FrozenStuffStruct *frozenStuff) |