Adds an action to an actionHandler, read from config
_component | Classname under “CfgSettings” >> “CBA” >> “events” [String]. |
_action | Action classname [String]. |
_code | Code to execute upon event [Code]. |
["cba_sys_nvg", "nvgon", { _this call myAction }] call CBA_fnc_addActionhandlerFromConfig
Sickboy