UFO: Alien Invasion
Loading...
Searching...
No Matches
msgid_t Struct Reference
Collaboration diagram for msgid_t:
Collaboration graph

Data Fields

const char * id
const char * text
struct msgid_s * hash_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

◆ hash_next

struct msgid_s* msgid_t::hash_next

hash map next pointer in case of collision

Definition at line 46 of file cl_language.cpp.

◆ id

const char* msgid_t::id

the msgid id used for referencing via *msgid: 'id'

Definition at line 44 of file cl_language.cpp.

Referenced by CL_ParseMessageID().

◆ text

const char* msgid_t::text

the pointer to the po file

Definition at line 45 of file cl_language.cpp.

Referenced by CL_ParseMessageID().


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