ACE3/addons/medical_engine/XEH_PREP.hpp
BaerMitUmlaut 52ed0fc6be
Medical Engine - Prevent automatic unloading of dead or unconscious units (#7959)
* Lock seats of unconscious or dead units

* disable pullOutBody if medical is loaded

* fix undefined var and switch to objectParent

---------

Co-authored-by: Salluci <salluci.lovi@gmail.com>
Co-authored-by: Grim <69561145+LinkIsGrim@users.noreply.github.com>
2023-07-22 09:41:20 +03:00

13 lines
305 B
C++

PREP(applyAnimAfterRagdoll);
PREP(damageBodyPart);
PREP(disableThirdParty);
PREP(getHitpointArmor);
PREP(getItemArmor);
PREP(handleDamage);
PREP(lockUnconsciousSeat);
PREP(setStructuralDamage);
PREP(setUnconsciousAnim);
PREP(unlockUnconsciousSeat);
PREP(updateBodyPartVisuals);
PREP(updateDamageEffects);