mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
682ae05f59
* Update fnc_handleKilled.sqf
* move to function
* Removed skipSetHidden
* Revert "Removed skipSetHidden"
This reverts commit 452c5216a7
.
* Update addons/medical_status/XEH_postInit.sqf
* add comment, force git to run actions
---------
Co-authored-by: LinkIsGrim <salluci.lovi@gmail.com>
Co-authored-by: Grim <69561145+LinkIsGrim@users.noreply.github.com>
20 lines
456 B
C++
20 lines
456 B
C++
PREP(addMedicationAdjustment);
|
|
PREP(adjustPainLevel);
|
|
PREP(getBloodLoss);
|
|
PREP(getBloodPressure);
|
|
PREP(getBloodVolumeChange);
|
|
PREP(getCardiacOutput);
|
|
PREP(getMedicationCount);
|
|
PREP(handleKilled);
|
|
PREP(handleKilledMission);
|
|
PREP(hasStableVitals);
|
|
PREP(initUnit);
|
|
PREP(isBeingCarried);
|
|
PREP(isBeingDragged);
|
|
PREP(isInStableCondition);
|
|
PREP(setCardiacArrestState);
|
|
PREP(setDead);
|
|
PREP(setStatusEffects);
|
|
PREP(setUnconsciousState);
|
|
PREP(updateWoundBloodLoss);
|