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 35 of file scripts.c.
only set in case there was a namespace given
Definition at line 37 of file scripts.c.
Referenced by Com_GetConstInt(), Com_GetConstVariable(), Com_RegisterConstInt(), and Com_UnregisterConstVariable().
hash next pointer
Definition at line 39 of file scripts.c.
Referenced by Com_GetConstInt(), Com_RegisterConstInt(), and Com_UnregisterConstVariable().
char com_constNameInt_s::name[MAX_CONSTNAMEINT_NAME] |
script id
Definition at line 36 of file scripts.c.
Referenced by Com_GetConstInt(), Com_GetConstVariable(), and Com_RegisterConstInt().
linked list next pointer
Definition at line 40 of file scripts.c.
Referenced by Com_GetConstVariable(), Com_RegisterConstInt(), and Com_UnregisterConstVariable().
integer value
Definition at line 38 of file scripts.c.
Referenced by Com_GetConstInt(), Com_GetConstVariable(), Com_RegisterConstInt(), and Com_RegisterConstList().