mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
de8940af9b
* use leftover bandage effectiveness on other wounds in same limb variable naming * Comments Co-authored-by: Kyle Mckay <5459452+kymckay@users.noreply.github.com> * variable naming, fix part index check in findMostEffectiveWound trace 4 * fix function header * Account for multiple wounds in time calculation * fix trace, remove systemChat * update for hashmaps * compile cache * Update addons/medical_treatment/functions/fnc_findMostEffectiveWounds.sqf Co-authored-by: Jouni Järvinen <rautamiekka@users.noreply.github.com> * add bandage effectiveness setting * stupid * remove limit on bandageRemaining * Update addons/medical_treatment/functions/fnc_bandageLocal.sqf Co-authored-by: BrettMayson <brett@mayson.io> * Update fnc_getBandageTime.sqf * Update fnc_bandageLocal.sqf * fix header / debug --------- Co-authored-by: Salluci <69561145+Salluci@users.noreply.github.com> Co-authored-by: Kyle Mckay <5459452+kymckay@users.noreply.github.com> Co-authored-by: Jouni Järvinen <rautamiekka@users.noreply.github.com> Co-authored-by: BrettMayson <brett@mayson.io> Co-authored-by: PabstMirror <pabstmirror@gmail.com>
65 lines
1.3 KiB
C++
65 lines
1.3 KiB
C++
PREP(addLoadPatientActions);
|
|
PREP(addToLog);
|
|
PREP(addToTriageCard);
|
|
PREP(bandage);
|
|
PREP(bandageLocal);
|
|
PREP(bodyCleanupLoop);
|
|
PREP(canBandage);
|
|
PREP(canCPR);
|
|
PREP(canPlaceInBodyBag);
|
|
PREP(canSplint);
|
|
PREP(canStitch);
|
|
PREP(canTreat);
|
|
PREP(canTreatCached);
|
|
PREP(canTreat_holsterCheck);
|
|
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(placeInBodyBag);
|
|
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);
|