mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
4466f9e785
* Move litter to `treatment` * Move eden object attributes to `treatment` * Move treatment items to `treatment` * Move bodybag handling to `treatment` * Move state conditions to `statemachine` * Move radio addon handling to `feedback` * Move medical macros to `engine` * Move medical extension to `damage` * Fix texture and material paths after move * Remove duplicate medical menu config * Remove old faction class * Remove a bunch of old code
21 lines
469 B
C++
21 lines
469 B
C++
PREP(canOpenMenu);
|
|
PREP(collectActions);
|
|
PREP(collectActions3D);
|
|
PREP(displayPatientInformation);
|
|
PREP(displayTriageCard);
|
|
PREP(getTreatmentOptions);
|
|
PREP(handleUI_DisplayOptions);
|
|
PREP(handleUI_dropDownTriageCard);
|
|
PREP(modifyAction);
|
|
PREP(module);
|
|
PREP(onMenuClose);
|
|
PREP(onMenuOpen);
|
|
PREP(openMenu);
|
|
PREP(setTriageStatus);
|
|
PREP(updateActivityLog);
|
|
PREP(updateBodyImage);
|
|
PREP(updateIcons);
|
|
PREP(updateInformationLists);
|
|
PREP(updateQuickViewLog);
|
|
PREP(updateUIInfo);
|