System: Scar
>
Functions | |
void | Subtitle_Add (int actor, const char *name, float time) |
name is $nnnn format, time in seconds | |
void | LocationCard (const char *name, float time) |
name is $nnnn format, time in seconds | |
void | Subtitle_Message (const char *msg, float time) |
msg is $nnnn format, time in seconds | |
int | Subtitle_IsDone (int actor) |
has the actor finished doing a subtitle? | |
int | LocationCard_IsDone () |
is the locationcard actor done doing whatever it was doing? | |
int | Subtitle_IsMessageDone () |
is the message done printing? |