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

Structure to map (script) strings and integer (enum) values. More...

Data Fields

char name [MAX_CONSTNAMEINT_NAME]
 
char * fullname
 
int value
 
struct com_constNameInt_shash_next
 
struct com_constNameInt_snext
 

Detailed Description

Structure to map (script) strings and integer (enum) values.

Definition at line 39 of file scripts.cpp.

Field Documentation

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


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