mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
de13ab0f47
* Medical - Rework CPR and Bleeding in cardiac arrest * remove cprCreatesPulse, add cprSuccessChance * hide cpr for basic diagnose * Update addons/medical_statemachine/functions/fnc_enteredStateCardiacArrest.sqf Co-Authored-By: SilentSpike <silentspike100+Github@gmail.com>
62 lines
1.2 KiB
C++
62 lines
1.2 KiB
C++
PREP(addLoadPatientActions);
|
|
PREP(addToLog);
|
|
PREP(addToTriageCard);
|
|
PREP(bandage);
|
|
PREP(bandageLocal);
|
|
PREP(bodyCleanupLoop);
|
|
PREP(canBandage);
|
|
PREP(canCPR);
|
|
PREP(canSplint);
|
|
PREP(canStitch);
|
|
PREP(canTreat);
|
|
PREP(canTreatCached);
|
|
PREP(checkBloodPressure);
|
|
PREP(checkBloodPressureLocal);
|
|
PREP(checkItems);
|
|
PREP(checkPulse);
|
|
PREP(checkPulseLocal);
|
|
PREP(checkResponse);
|
|
PREP(cprSuccess);
|
|
PREP(cprFailure);
|
|
PREP(cprLocal);
|
|
PREP(cprProgress);
|
|
PREP(cprStart);
|
|
PREP(createLitter);
|
|
PREP(createLitterServer);
|
|
PREP(diagnose);
|
|
PREP(findMostEffectiveWound);
|
|
PREP(fullHeal);
|
|
PREP(fullHealLocal);
|
|
PREP(getBandageTime);
|
|
PREP(getHealTime);
|
|
PREP(getStitchTime);
|
|
PREP(getTriageStatus);
|
|
PREP(handleBandageOpening);
|
|
PREP(hasItem);
|
|
PREP(hasTourniquetAppliedTo);
|
|
PREP(isInMedicalFacility);
|
|
PREP(isInMedicalVehicle);
|
|
PREP(isMedic);
|
|
PREP(isMedicalVehicle);
|
|
PREP(ivBag);
|
|
PREP(ivBagLocal);
|
|
PREP(litterCleanupLoop);
|
|
PREP(loadUnit);
|
|
PREP(medication);
|
|
PREP(medicationLocal);
|
|
PREP(onMedicationUsage);
|
|
PREP(placeInBodyBag);
|
|
PREP(removeBody);
|
|
PREP(setTriageStatus);
|
|
PREP(splint);
|
|
PREP(splintLocal);
|
|
PREP(surgicalKitProgress);
|
|
PREP(tourniquet);
|
|
PREP(tourniquetLocal);
|
|
PREP(tourniquetRemove);
|
|
PREP(treatment);
|
|
PREP(treatmentFailure);
|
|
PREP(treatmentSuccess);
|
|
PREP(unloadUnit);
|
|
PREP(useItem);
|