mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
ab7af04530
* Refactored the old code * Introduced 'timeTillMaxEffect' config entry for medication
46 lines
1.1 KiB
C++
46 lines
1.1 KiB
C++
|
|
PREP(addDamageToUnit);
|
|
PREP(addStateHandler);
|
|
PREP(adjustPainLevel);
|
|
PREP(conditionCardiacArrestTimer);
|
|
PREP(conditionExecutionDeath);
|
|
PREP(displayPatientInformation);
|
|
PREP(displayTriageCard);
|
|
PREP(enteredStateCardiacArrest);
|
|
PREP(enteredStateFatalInjury);
|
|
PREP(getBloodLoss);
|
|
PREP(getBloodPressure);
|
|
PREP(getBloodVolumeChange);
|
|
PREP(getCardiacOutput);
|
|
PREP(getPainLevel);
|
|
PREP(handleIncapacitation);
|
|
PREP(handleKilled);
|
|
PREP(handleLocal);
|
|
PREP(handleStateDefault);
|
|
PREP(handleStateInjured);
|
|
PREP(handleStateUnconscious);
|
|
PREP(handleUnitVitals);
|
|
PREP(hasStableVitals);
|
|
PREP(hasTourniquetAppliedTo);
|
|
PREP(init);
|
|
PREP(install);
|
|
PREP(isBeingCarried);
|
|
PREP(isBeingDragged);
|
|
PREP(isInMedicalFacility);
|
|
PREP(isInMedicalVehicle);
|
|
PREP(isInStableCondition);
|
|
PREP(isMedic);
|
|
PREP(isMedicalVehicle);
|
|
PREP(leftStateCardiacArrest);
|
|
PREP(moduleAssignMedicRoles);
|
|
PREP(moduleAssignMedicalVehicle);
|
|
PREP(serverRemoveBody);
|
|
PREP(setCardiacArrest);
|
|
PREP(setDead);
|
|
PREP(setUnconscious);
|
|
PREP(showBloodEffect);
|
|
PREP(transitionSecondChance);
|
|
PREP(updateHeartRate);
|
|
PREP(updatePainSuppress);
|
|
PREP(updatePeripheralResistance);
|