|
Torque2D Reference
|
#include <netStringTable.h>
Public Member Functions | |
| const char * | lookupString (U32 id) |
| void | removeString (U32 id, bool script=false) |
| void | incStringRefScript (U32 id) |
| void | dumpToConsole () |
Static Public Member Functions | |
| static void | create () |
| static void | destroy () |
| static void | expandString (NetStringHandle &string, char *buf, U32 bufSize, U32 argc, const char **argv) |
Friends | |
| class | NetStringHandle |
| U32 | GameAddTaggedString (const char *string) |
|
static |
|
static |
| void dumpToConsole | ( | ) |
|
static |
| void incStringRefScript | ( | U32 | id | ) |
| const char * lookupString | ( | U32 | id | ) |
| void removeString | ( | U32 | id, |
| bool | script = false |
||
| ) |
|
friend |
|
friend |
1.8.3.1