![]() TGE Version 1.5.2 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
ConnectionStringTable Class Reference#include <connectionStringTable.h>
Detailed DescriptionMaintain a table of strings which are shared across the network.This allows us to reference strings in our network streams more efficiently.
Member Enumeration Documentation
Constructor & Destructor Documentation
Initialize the connection string table.
Member Function Documentation
Has the specified string been received on the other side?
Checks if the global string ID is currently valid for this connection and returns the table ID. Sends a string event to the other side if it is not active. It will fill in stringOnOtherSide.
Same return value as checkString but will assert if the string is not valid.
Maps a string that was just sent over the net to the corresponding net ID.
the global string table ID for that string.
Field Documentation
Connection over which we are maintaining this string table.
|