mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
78c307196d
* medical: show triage in interaction * rename * clean up comments * Update addons/medical_gui/functions/fnc_modifyActionTriageLevel.sqf Co-authored-by: jonpas <jonpas33@gmail.com> * Update addons/medical_gui/functions/fnc_modifyActionTriageLevel.sqf Co-authored-by: jonpas <jonpas33@gmail.com> * Add setting (disabled, enabled, medicsOnly) * Apply suggestions from code review Co-authored-by: mharis001 <34453221+mharis001@users.noreply.github.com> Co-authored-by: jonpas <jonpas33@gmail.com> Co-authored-by: PabstMirror <pabstmirror@gmail.com> Co-authored-by: mharis001 <34453221+mharis001@users.noreply.github.com>
24 lines
523 B
C++
24 lines
523 B
C++
PREP(addTreatmentActions);
|
|
PREP(bloodLossToRGBA);
|
|
PREP(canOpenMenu);
|
|
PREP(collectActions);
|
|
PREP(damageToRGBA);
|
|
PREP(displayPatientInformation);
|
|
PREP(displayTriageCard);
|
|
PREP(handleToggle);
|
|
PREP(handleTriageSelect);
|
|
PREP(menuPFH);
|
|
PREP(modifyAction);
|
|
PREP(modifyActionTriageLevel);
|
|
PREP(onMenuClose);
|
|
PREP(onMenuOpen);
|
|
PREP(openMenu);
|
|
PREP(toggleTriageSelect);
|
|
PREP(updateActions);
|
|
PREP(updateBodyImage);
|
|
PREP(updateCategories);
|
|
PREP(updateInjuryList);
|
|
PREP(updateLogList);
|
|
PREP(updateTriageCard);
|
|
PREP(updateTriageStatus);
|