Nuclide
Software Development Kit for id Tech
|
Functions | |
bool | Util_IsPaused (void) |
void | Util_Destroy (void) |
string | Util_TimeToString (float fTime) |
bool | Util_IsTeamplay (void) |
void | Util_ChangeClass (entity objectID, string className) |
Changes the class of a given entity. More... | |
string | Util_ExtensionFromString (string inputString) |
Extract the file extension from a given file name string. More... | |
string | Util_ChatFormat (float playerNum, float teamNum, string chatMessage) |
Format a chat message for a given player num, with a specific team set. More... | |
bool Util_IsPaused | ( | void | ) |
bool Util_IsTeamplay | ( | void | ) |