UFO: Alien Invasion
|
Structure to map (script) strings and integer (enum) values. More...
Data Fields | |
char | name [MAX_CONSTNAMEINT_NAME] |
char * | fullname |
int | value |
struct com_constNameInt_s * | hash_next |
struct com_constNameInt_s * | next |
Structure to map (script) strings and integer (enum) values.
Definition at line 39 of file scripts.cpp.
char* com_constNameInt_s::fullname |
only set in case there was a namespace given
Definition at line 41 of file scripts.cpp.
Referenced by Com_GetConstVariable(), Com_RegisterConstInt(), and Com_UnregisterConstVariable().
struct com_constNameInt_s* com_constNameInt_s::hash_next |
hash next pointer
Definition at line 43 of file scripts.cpp.
Referenced by Com_GetConstInt(), Com_RegisterConstInt(), and Com_UnregisterConstVariable().
char com_constNameInt_s::name[MAX_CONSTNAMEINT_NAME] |
script id
Definition at line 40 of file scripts.cpp.
Referenced by Com_GetConstVariable(), and Com_RegisterConstInt().
struct com_constNameInt_s* com_constNameInt_s::next |
linked list next pointer
Definition at line 44 of file scripts.cpp.
Referenced by Com_GetConstVariable(), Com_RegisterConstInt(), and Com_UnregisterConstVariable().
int com_constNameInt_s::value |
integer value
Definition at line 42 of file scripts.cpp.
Referenced by Com_GetConstVariable(), Com_RegisterConstInt(), and Com_RegisterConstList().