mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
d6507cf119
* Medical - epiBoostsSpontaneousWakeUp * Update initSettings.sqf * Move setting, add strings * Update initSettings.sqf * Update addons/medical/stringtable.xml Co-Authored-By: mharis001 <34453221+mharis001@users.noreply.github.com>
18 lines
395 B
C++
18 lines
395 B
C++
PREP(addMedicationAdjustment);
|
|
PREP(adjustPainLevel);
|
|
PREP(getBloodLoss);
|
|
PREP(getBloodPressure);
|
|
PREP(getBloodVolumeChange);
|
|
PREP(getCardiacOutput);
|
|
PREP(getMedicationCount);
|
|
PREP(handleKilled);
|
|
PREP(hasStableVitals);
|
|
PREP(initUnit);
|
|
PREP(isBeingCarried);
|
|
PREP(isBeingDragged);
|
|
PREP(isInStableCondition);
|
|
PREP(setCardiacArrest);
|
|
PREP(setDead);
|
|
PREP(setUnconscious);
|
|
PREP(updateWoundBloodLoss);
|