mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
36f34ec551
* add open bag interaction * only add actions to uncon/dead * improve assembly backpack check * Fixes * Removed test code * move to postInit * fix locality * locality edge case * Fix double actions on dead units * improve comment Co-authored-by: johnb432 <58661205+johnb432@users.noreply.github.com> --------- Co-authored-by: johnb432 <58661205+johnb432@users.noreply.github.com> Co-authored-by: PabstMirror <pabstmirror@gmail.com>
21 lines
483 B
C++
21 lines
483 B
C++
PREP(addInventoryActions);
|
|
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);
|