UFO: Alien Invasion
|
Data Fields | |
const char * | id |
const char * | text |
struct msgid_s * | hash_next |
The msgids are reparsed each time that we change the language - we are only pointing to the po file content to not waste memory for our long texts.
Definition at line 43 of file cl_language.cpp.
struct msgid_s* msgid_s::hash_next |
hash map next pointer in case of collision
Definition at line 46 of file cl_language.cpp.
Referenced by CL_GetMessageID().
const char* msgid_s::id |
the msgid id used for referencing via *msgid: 'id'
Definition at line 44 of file cl_language.cpp.
Referenced by CL_ParseMessageID().
const char* msgid_s::text |
the pointer to the po file
Definition at line 45 of file cl_language.cpp.
Referenced by CL_ParseMessageID(), and CL_ParseMessageIDs().