|
UFO: Alien Invasion
|
#include <chr_shared.h>

Data Fields | |
| char | id [MAX_VAR] |
| linkedList_t * | names [NAME_NUM_TYPES] |
| int | numNames [NAME_NUM_TYPES] |
Definition at line 301 of file chr_shared.h.
| char teamNames_t::id[MAX_VAR] |
id from script file.
Definition at line 302 of file chr_shared.h.
Referenced by Com_ParseActorNames().
| linkedList_t* teamNames_t::names[NAME_NUM_TYPES] |
Names list per gender.
Definition at line 303 of file chr_shared.h.
Referenced by Com_ParseActorNames(), and Com_ParseTeam().
| int teamNames_t::numNames[NAME_NUM_TYPES] |
Amount of names in this list for all different genders.
Definition at line 304 of file chr_shared.h.
Referenced by Com_ParseActorNames(), and Com_ParseTeam().