UFO: Alien Invasion
Loading...
Searching...
No Matches
com_constNameInt_t Struct Reference

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

Collaboration diagram for com_constNameInt_t:
Collaboration graph

Data Fields

char name [MAX_CONSTNAMEINT_NAME]
char * fullname
int value
struct com_constNameInt_s * hash_next
struct com_constNameInt_s * next

Detailed Description

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

Definition at line 39 of file scripts.cpp.

Field Documentation

◆ fullname

char* com_constNameInt_t::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().

◆ hash_next

struct com_constNameInt_s* com_constNameInt_t::hash_next

hash next pointer

Definition at line 43 of file scripts.cpp.

Referenced by Com_RegisterConstInt(), and Com_UnregisterConstVariable().

◆ name

char com_constNameInt_t::name[MAX_CONSTNAMEINT_NAME]

script id

Definition at line 40 of file scripts.cpp.

Referenced by Com_GetConstVariable(), and Com_RegisterConstInt().

◆ next

struct com_constNameInt_s* com_constNameInt_t::next

linked list next pointer

Definition at line 44 of file scripts.cpp.

Referenced by Com_GetConstVariable(), Com_RegisterConstInt(), and Com_UnregisterConstVariable().

◆ value

int com_constNameInt_t::value

integer value

Definition at line 42 of file scripts.cpp.

Referenced by Com_GetConstVariable(), and Com_RegisterConstInt().


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