ACE3/addons/medical_gui/functions
pterolatypus 73a7dbdc1e
Medical - Rework wound handling (#8278)
- Add stackable wound handler system for easy 3rd party extensibility and overriding of default wound handler.
- Change mapping from wound type -> damage types, to damage type -> wound types. Improves the semantics and makes configuration easier to reason about.
- Allow damage types to influence wound properties (bleed, size, etc.) with configurable variance parameters.
- Allow configuration of wound type variance per damage type. Enabling more logically driven variance for sensible but still varied end results.
- Improve handling of non-selection-specific damage events. The wound handler now receives all incoming damages and may apply damage to multiple selections (previously only ever one) if the damage type is not configured to be selection specific (with new config property `selectionSpecific`).
- Add debug script for testing explosion damage events at varied ranges.
- Add custom fire wound handler.
2022-02-17 20:03:12 +00:00
..
fnc_addTreatmentActions.sqf Medical - Add self interaction when needed (#6912) 2019-04-01 09:40:02 -05:00
fnc_bloodLossToRGBA.sqf Medical GUI - Add ability to customize Medical GUI colors (#8350) 2021-10-12 10:11:55 +02:00
fnc_canOpenMenu.sqf Prevent opening the medical menu if the player is unconscious (#6915) 2019-04-02 08:57:28 -05:00
fnc_collectActions.sqf Headers - Fix function names in examples (#7663) 2020-04-25 08:41:45 +02:00
fnc_damageToRGBA.sqf Medical GUI - Add ability to customize Medical GUI colors (#8350) 2021-10-12 10:11:55 +02:00
fnc_displayPatientInformation.sqf Medical Treatment - Modernize and Cleanup (#6933) 2019-06-03 10:31:46 -05:00
fnc_displayTriageCard.sqf Rewrite Medical GUI (#6831) 2019-03-24 18:17:48 -04:00
fnc_handleToggle.sqf Rewrite Medical GUI (#6831) 2019-03-24 18:17:48 -04:00
fnc_handleTriageSelect.sqf Rewrite Medical GUI (#6831) 2019-03-24 18:17:48 -04:00
fnc_menuPFH.sqf Small med stuff (#7084) 2019-07-03 10:40:42 -05:00
fnc_modifyAction.sqf Add wounds var macros (#7058) 2019-06-22 13:36:27 -05:00
fnc_modifyActionTriageLevel.sqf Interaction Menu - Add triage colors to icons at passengers list (#8366) 2021-10-11 11:51:05 +02:00
fnc_onMenuClose.sqf Medical - Rework CPR and Bleeding in cardiac arrest (#7060) 2019-06-27 19:01:20 -05:00
fnc_onMenuOpen.sqf Medical Menu - Hide categories if they don't have any actions (#6988) 2019-06-08 17:23:09 -05:00
fnc_openMenu.sqf Rewrite Medical GUI (#6831) 2019-03-24 18:17:48 -04:00
fnc_toggleTriageSelect.sqf Rewrite Medical GUI (#6831) 2019-03-24 18:17:48 -04:00
fnc_updateActions.sqf Rewrite Medical GUI (#6831) 2019-03-24 18:17:48 -04:00
fnc_updateBodyImage.sqf Medical - Add force walk option to fracture setting (#7852) 2020-08-22 19:37:15 -05:00
fnc_updateCategories.sqf Rewrite Medical GUI (#6831) 2019-03-24 18:17:48 -04:00
fnc_updateInjuryList.sqf Medical - Rework wound handling (#8278) 2022-02-17 20:03:12 +00:00
fnc_updateLogList.sqf Medical Treatment - Modernize and Cleanup (#6933) 2019-06-03 10:31:46 -05:00
fnc_updateTriageCard.sqf Rewrite Medical GUI (#6831) 2019-03-24 18:17:48 -04:00
fnc_updateTriageStatus.sqf Rewrite Medical GUI (#6831) 2019-03-24 18:17:48 -04:00
script_component.hpp Fix preprocessor includes 2018-04-27 15:21:49 +01:00