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