UFO: Alien Invasion
|
#include <chr_shared.h>
Data Fields | |
char | id [MAX_TEXPATH] |
char | name [MAX_TEXPATH] |
int | penalties [MODIFIER_MAX] |
vec4_t | shape |
int | bleedingFactor |
int | woundThreshold |
Definition at line 257 of file chr_shared.h.
int BodyPartData::bleedingFactor |
Definition at line 263 of file chr_shared.h.
Referenced by BodyData::bleedingFactor().
char BodyPartData::id[MAX_TEXPATH] |
Definition at line 259 of file chr_shared.h.
Referenced by Com_ParseBodyPart(), and BodyData::id().
char BodyPartData::name[MAX_TEXPATH] |
Definition at line 260 of file chr_shared.h.
Referenced by BodyData::name().
int BodyPartData::penalties[MODIFIER_MAX] |
Definition at line 261 of file chr_shared.h.
Referenced by Com_ParseBodyPart(), and BodyData::penalty().
vec4_t BodyPartData::shape |
Definition at line 262 of file chr_shared.h.
Referenced by BodyData::getArea().
int BodyPartData::woundThreshold |
Definition at line 264 of file chr_shared.h.
Referenced by BodyData::woundThreshold().