#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_s::id[MAX_VAR] |
Definition at line 57 of file chr_shared.h.
Referenced by CHRSH_CharGenAbilitySkills(), Com_GetCharacterTemplateByID(), Com_ParseCharacterTemplate(), and Com_ParseTeam().
float chrTemplate_s::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_s::skills[SKILL_NUM_TYPES+1][2] |
Definition at line 59 of file chr_shared.h.
Referenced by CHRSH_CharGenAbilitySkills(), and Com_ParseCharacterTemplate().