|
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 268 of file chr_shared.h.
| int BodyPartData::bleedingFactor |
Definition at line 274 of file chr_shared.h.
Referenced by BodyData::bleedingFactor().
| char BodyPartData::id[MAX_TEXPATH] |
Definition at line 270 of file chr_shared.h.
Referenced by Com_ParseBodyPart(), and BodyData::id().
| char BodyPartData::name[MAX_TEXPATH] |
Definition at line 271 of file chr_shared.h.
Referenced by BodyData::name().
| int BodyPartData::penalties[MODIFIER_MAX] |
Definition at line 272 of file chr_shared.h.
Referenced by Com_ParseBodyPart(), and BodyData::penalty().
| vec4_t BodyPartData::shape |
Definition at line 273 of file chr_shared.h.
Referenced by BodyData::getArea().
| int BodyPartData::woundThreshold |
Definition at line 275 of file chr_shared.h.
Referenced by BodyData::woundThreshold().