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

#include <chr_shared.h>

Collaboration diagram for teamNames_t:
Collaboration graph

Data Fields

char id [MAX_VAR]
linkedList_tnames [NAME_NUM_TYPES]
int numNames [NAME_NUM_TYPES]

Detailed Description

Definition at line 301 of file chr_shared.h.

Field Documentation

◆ id

char teamNames_t::id[MAX_VAR]

id from script file.

Definition at line 302 of file chr_shared.h.

Referenced by Com_ParseActorNames().

◆ names

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

◆ numNames

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


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