Nuclide
Software Development Kit for id Tech
|
Shared Utility API Reference. More...
Functions | |
void | Util_ChangeClass (entity, string) |
Changes the class of a given entity. More... | |
string | Util_ExtensionFromString (string) |
Extract the file extension from a given file name string. More... | |
string | Util_ChatFormat (float, float, string) |
Format a chat message for a given player num, with a specific team set. More... | |
Shared Utility API Reference.
Changes the class of a given entity.
objectID | Target entity. |
className | Name of the class the target entity will be changed to. |
Format a chat message for a given player num, with a specific team set.
playerNum | ID of the player whose name will be displayed. |
teamNum | ID of the team the message should be displayed as being from. |
chatMessage | String containing the chat message to be displayed. |