com_constNameInt_s Struct Reference

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

Collaboration diagram for com_constNameInt_s:
Collaboration graph
[legend]

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 35 of file scripts.c.


Field Documentation

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


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

Generated by  doxygen 1.6.2