mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
15b4b98e5b
* fix double execution of killed event * revert the execNextFrame change * make second execution run with null * make second execution run with null
19 lines
432 B
C++
19 lines
432 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(setUnconsciousState);
|
|
PREP(updateWoundBloodLoss);
|