ACE3/addons/medical_treatment/XEH_PREP.hpp
Grim 6741822480
Interaction - Allow unloading patients, bodies, and captives from inside vehicles (#9645)
* add unloading from inside vehicles

* Update addons/common/functions/fnc_findUnloadPosition.sqf

* Update fnc_findUnloadPosition.sqf
2023-11-22 19:38:52 -03:00

70 lines
1.4 KiB
C++

PREP(addLoadPatientActions);
PREP(addToLog);
PREP(addToTriageCard);
PREP(bandage);
PREP(bandageLocal);
PREP(bodyCleanupLoop);
PREP(canBandage);
PREP(canCPR);
PREP(canDigGrave);
PREP(canPlaceInBodyBag);
PREP(canSplint);
PREP(canStitch);
PREP(canTreat);
PREP(canTreatCached);
PREP(canTreat_holsterCheck);
PREP(canUnloadUnit);
PREP(checkBloodPressure);
PREP(checkBloodPressureLocal);
PREP(checkPulse);
PREP(checkPulseLocal);
PREP(checkResponse);
PREP(cprSuccess);
PREP(cprFailure);
PREP(cprLocal);
PREP(cprProgress);
PREP(cprStart);
PREP(createLitter);
PREP(createLitterServer);
PREP(diagnose);
PREP(findMostEffectiveWounds);
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(placeBodyBagInGrave);
PREP(placeInBodyBag);
PREP(placeInBodyBagOrGrave);
PREP(placeInGrave);
PREP(removeBody);
PREP(scanMedicalItems);
PREP(setTriageStatus);
PREP(splint);
PREP(splintLocal);
PREP(surgicalKitProgress);
PREP(surgicalKitStart);
PREP(tourniquet);
PREP(tourniquetLocal);
PREP(tourniquetRemove);
PREP(treatment);
PREP(treatmentFailure);
PREP(treatmentSuccess);
PREP(unloadUnit);
PREP(useItem);