UFO: Alien Invasion
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
msgid_s Struct Reference

Data Fields

const char * id
 
const char * text
 
struct msgid_shash_next
 

Detailed Description

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.

Field Documentation

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().


The documentation for this struct was generated from the following file: