ACE3/addons/medical/XEH_preInit.sqf

24 lines
474 B
Plaintext
Raw Normal View History

#include "script_component.hpp"
2015-02-03 19:09:25 +00:00
ADDON = false;
PREP(getTypeOfDamage);
PREP(handleAirway);
PREP(handleDamage);
2015-02-03 19:09:25 +00:00
PREP(handleDamage_advanced);
PREP(handleDamage_basic);
PREP(handleDamage_medium);
2015-02-03 20:48:53 +00:00
PREP(handleFractures);
PREP(handleInternalInjuries);
2015-02-06 12:47:17 +00:00
PREP(init);
2015-02-03 20:48:53 +00:00
PREP(selectionNameToNumber);
2015-02-07 23:08:36 +00:00
PREP(handleDamage_wounds);
PREP(handleUnitVitals);
PREP(getBloodLoss);
PREP(getBloodPressure);
PREP(getBloodVolumeChange);
PREP(getCardiacOutput);
PREP(setCardiacArrest);
ADDON = true;