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 290 of file chr_shared.h.
char teamNames_s::id[MAX_VAR] |
id from script file.
Definition at line 291 of file chr_shared.h.
Referenced by Com_ParseActorNames().
linkedList_t* teamNames_s::names[NAME_NUM_TYPES] |
Names list per gender.
Definition at line 292 of file chr_shared.h.
Referenced by Com_ParseActorNames(), and Com_ParseTeam().
int teamNames_s::numNames[NAME_NUM_TYPES] |
Amount of names in this list for all different genders.
Definition at line 293 of file chr_shared.h.
Referenced by Com_ParseActorNames(), and Com_ParseTeam().