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

Data Fields | |
| char | id [MAX_VAR] |
| float | rate |
| int | skills [SKILL_NUM_TYPES+1][2] |
Definition at line 56 of file chr_shared.h.
| char chrTemplate_t::id[MAX_VAR] |
Definition at line 57 of file chr_shared.h.
Referenced by CHRSH_CharGenAbilitySkills(), CHRSH_GetTemplateByID(), Com_ParseCharacterTemplate(), and Com_ParseTeam().
| float chrTemplate_t::rate |
short name of the template rate of this template relative to total
Definition at line 58 of file chr_shared.h.
Referenced by CHRSH_CharGenAbilitySkills(), and Com_ParseCharacterTemplate().
| int chrTemplate_t::skills[SKILL_NUM_TYPES+1][2] |
Definition at line 59 of file chr_shared.h.
Referenced by CHRSH_CharGenAbilitySkills(), and Com_ParseCharacterTemplate().