Nuclide
Software Development Kit for id Tech
util.qc File Reference

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...
 

Function Documentation

◆ Util_Destroy()

void Util_Destroy ( void  )

◆ Util_IsPaused()

bool Util_IsPaused ( void  )

◆ Util_IsTeamplay()

bool Util_IsTeamplay ( void  )

◆ Util_TimeToString()

string Util_TimeToString ( float  fTime)