Planeshift
|
Struct used by MessageCracker and ToString to distribute a number of access pointers. More...
#include <netbase.h>
Public Member Functions | |
const char * | Request (csStringID id) const |
Utility function that either request from the msgstring or from the message has depending on who that is set. | |
csStringID | Request (const char *string) const |
Utility function that either request from the msgstring or from the message has depending on who that is set. | |
Public Attributes | |
iEngine * | engine |
csStringSet * | msgstrings |
csStringHashReversible * | msgstringshash |
Struct used by MessageCracker and ToString to distribute a number of access pointers.
Collect all in one struct instead of creating multiple arguments that would be hard to maintain.
const char* NetBase::AccessPointers::Request | ( | csStringID | id | ) | const |
Utility function that either request from the msgstring or from the message has depending on who that is set.
csStringID NetBase::AccessPointers::Request | ( | const char * | string | ) | const |
Utility function that either request from the msgstring or from the message has depending on who that is set.
iEngine* NetBase::AccessPointers::engine |
csStringSet* NetBase::AccessPointers::msgstrings |
csStringHashReversible* NetBase::AccessPointers::msgstringshash |