UFO: Alien Invasion
|
Info on a wound. More...
#include <chr_shared.h>
Public Member Functions | |
woundInfo_s () | |
Data Fields | |
int | woundLevel [BODYPART_MAXTYPE] |
int | treatmentLevel [BODYPART_MAXTYPE] |
Info on a wound.
Definition at line 350 of file chr_shared.h.
|
inline |
Definition at line 354 of file chr_shared.h.
References OBJZERO.
int woundInfo_s::treatmentLevel[BODYPART_MAXTYPE] |
Definition at line 352 of file chr_shared.h.
Referenced by AI_SetStats(), AM_CheckFire(), CHAR_ParseData(), CHAR_UpdateData(), CL_ActorInjuryModifier(), CL_ActorWound(), G_ActorGetInjuryPenalty(), G_ClientReadCharacter(), G_EventActorWound(), G_SendCharacterData(), G_SendWoundStats(), G_TreatActor(), GAME_LoadCharacter(), GAME_NetSendCharacter(), GAME_SaveCharacter(), HOS_EntryWoundData(), HOS_GetInjuryLevel(), HOS_HealWounds(), and HUD_ActorWoundData_f().
int woundInfo_s::woundLevel[BODYPART_MAXTYPE] |
Definition at line 351 of file chr_shared.h.
Referenced by CL_ActorInjuryModifier(), CL_ActorWound(), G_ActorGetInjuryPenalty(), G_BleedWounds(), G_DamageActor(), G_EventActorWound(), G_IsActorWounded(), G_SendCharacterData(), G_SendWoundStats(), G_TreatActor(), and HUD_ActorWoundData_f().