Private Methods | |
int | PlaySpeechFaceDirect (int speaker, int duration, int mood, int picnoise) |
int | GetLanguage () |
int | Speak (int page, int num) |
int | SpeakArrayWithPriority (array a, int prio) |
int | SpeakWithPriority (int page, int num, int prio) |
void | PlayFailSample () |
void | PlayMoveSample () |
void | PlaySuccessSample () |
void | PlayLoginSample () |
void | PlayLogoutSample () |
void | PlayZoominSample () |
void | PlayZoomoutSample () |
|
Language for all speach output. 44=english, 49=german.
|
|
plays specific sample
|
|
plays specific sample
|
|
plays specific sample
|
|
plays specific sample
|
|
PlaySpeechFaceDirect() called from PlaySpeachScript() or microquests return value indicates if playing was aborted or not (1=playing finished normally!) |
|
plays specific sample
|
|
plays specific sample
|
|
plays specific sample
|
|
Start speech sample. In case of faceanim start this too. Returns num if success, 0 if failure. num=0 means stop actual sample. |
|
Speak a whole array of samples but put noise only before and after |
|
Speak with default Noise but given priority. Notice that this call is synchronous. |