Home
last modified time | relevance | path

Searched refs:modifier_types_t (Results 1 – 7 of 7) sorted by relevance

/dports/games/ufoai/ufoai-2.5-source/src/game/
H A Dg_health.h33 float G_ActorGetInjuryPenalty(const Edict* const ent, const modifier_types_t type);
H A Dchr_shared.h246 enum modifier_types_t { enum
281 float penalty(const short bodyPart, const modifier_types_t type) const;
H A Dg_health.cpp185 float G_ActorGetInjuryPenalty (const Edict* const ent, const modifier_types_t type) in G_ActorGetInjuryPenalty()
H A Dchr_shared.cpp338 float BodyData::penalty (const short bodyPart, const modifier_types_t type) const in penalty()
/dports/games/ufoai/ufoai-2.5-source/src/client/battlescape/
H A Dcl_actor.h84 float CL_ActorInjuryModifier(const le_t* le, const modifier_types_t type);
H A Dcl_hud.cpp1333 if (bodyData->penalty(bodyPart, static_cast<modifier_types_t>(penalty)) != 0) in HUD_ActorWoundData_f()
H A Dcl_actor.cpp306 float CL_ActorInjuryModifier (const le_t* le, const modifier_types_t type) in CL_ActorInjuryModifier()