ACE3/addons/interact_menu
Grim 4226cd383e
Interact Menu - Add inheritance support to removeActionFromClass (#8396)
* Add inheritance & exclusion support

* Update documentation in wiki

* additional check for parent class in findIf

* forEach instead of count

Co-authored-by: PabstMirror <pabstmirror@gmail.com>

* condition for children of excluded classes

* touch everything but the params check

* apply configName in same line

* fix param data type for _excludedClasses

Co-authored-by: PabstMirror <pabstmirror@gmail.com>

* Update addons/interact_menu/functions/fnc_removeActionFromClass.sqf

Co-authored-by: johnb432 <58661205+johnb432@users.noreply.github.com>

* Fix & formatting

* Fix missing _x & headers, remove invalid classes

---------

Co-authored-by: Salluci <69561145+Salluci@users.noreply.github.com>
Co-authored-by: PabstMirror <pabstmirror@gmail.com>
Co-authored-by: johnb432 <58661205+johnb432@users.noreply.github.com>
2024-08-05 02:38:46 -07:00
..
functions Interact Menu - Add inheritance support to removeActionFromClass (#8396) 2024-08-05 02:38:46 -07:00
ui Make interac_menu work in real 2D: 2015-03-23 18:08:31 -03:00
$PBOPREFIX$ Initial nou menu commit. 2015-01-18 10:38:27 -08:00
ACE_Settings.hpp General - Move to CBA Settings (#8461) 2021-10-11 15:48:30 -05:00
CfgActions.hpp hide open bag option when it's not selected via scroll wheel 2015-04-20 22:00:13 +02:00
CfgEventHandlers.hpp Add SQFC support (#8235) 2021-09-03 19:08:34 -05:00
config.cpp Extensions - Replace ace_parse_imagepath with SQF regexFind (#8243) 2021-10-10 15:41:47 +02:00
CursorMenus.hpp Interaction Menu - Fix black screen option not removing background properly (#8969) 2022-07-23 10:37:18 -05:00
initSettings.inc.sqf General - Cleaned up cbaSettings_settingChanged (#10050) 2024-05-31 13:20:21 -07:00
README.md Update contribution documents (#8382) 2021-08-16 20:17:56 +01:00
script_component.hpp convert log macros to cba versions (#4282) 2016-10-02 12:55:31 +02:00
stringtable.xml Translations - Improve Japanese (#10112) 2024-07-13 19:22:06 -05:00
XEH_clientInit.sqf Interact Menu - Use hashmaps for interactions (#9920) 2024-05-21 20:18:32 -05:00
XEH_displayLoad.sqf fix error when loading save game, fix #3391 2016-02-22 17:43:34 +01:00
XEH_preInit.sqf Interact Menu - Add inheritance support to removeActionFromClass (#8396) 2024-08-05 02:38:46 -07:00
XEH_PREP.hpp Interact Menu - Add settings for self interaction menu reordering (#8036) 2021-07-23 22:44:27 +02:00
XEH_preStart.sqf precompile on game start 2016-02-22 15:20:36 +01:00

ace_interact_menu

Base framework for interaction menu.