TorqueScript Reference
|
Functions | |
String | detag (tagID) |
String | getTag (taggedString) |
String detag | ( | tagID | ) |
Use the detag function to convert a tag to a string. This can only be used in the proper context, i.e. to parse values passed to a client command or to a server command. See 'Remote Procedure Call Samples' below.
tagID | A numeric tag ID corresponding to a previously tagged string. |
String getTag | ( | taggedString | ) |
Use the getTag function to retrieve the tag ID associated with a previously tagged string.
taggedString | A previously tagged string. |