UFO: Alien Invasion
BodyPartData Class Reference

#include <chr_shared.h>

Collaboration diagram for BodyPartData:
Collaboration graph

Data Fields

char id [MAX_TEXPATH]
 
char name [MAX_TEXPATH]
 
int penalties [MODIFIER_MAX]
 
vec4_t shape
 
int bleedingFactor
 
int woundThreshold
 

Detailed Description

Definition at line 268 of file chr_shared.h.

Field Documentation

◆ bleedingFactor

int BodyPartData::bleedingFactor

Definition at line 274 of file chr_shared.h.

Referenced by BodyData::bleedingFactor().

◆ id

char BodyPartData::id[MAX_TEXPATH]

Definition at line 270 of file chr_shared.h.

Referenced by Com_ParseBodyPart(), and BodyData::id().

◆ name

char BodyPartData::name[MAX_TEXPATH]

Definition at line 271 of file chr_shared.h.

Referenced by BodyData::name().

◆ penalties

int BodyPartData::penalties[MODIFIER_MAX]

Definition at line 272 of file chr_shared.h.

Referenced by Com_ParseBodyPart(), and BodyData::penalty().

◆ shape

vec4_t BodyPartData::shape

Definition at line 273 of file chr_shared.h.

Referenced by BodyData::getArea().

◆ woundThreshold

int BodyPartData::woundThreshold

Definition at line 275 of file chr_shared.h.

Referenced by BodyData::woundThreshold().


The documentation for this class was generated from the following file: