ACE3/addons/reloadlaunchers/functions
SilentSpike 108ff4f644 Replace ACE event system calls with CBA counterparts
Regex used:

\[(.+?),(.+?),(.+?)\]\s+call\s+E?FUNC\((common,)?(target|object)Event\)
[$1,$3,$2] call CBA_fnc_targetEvent

E?FUNC\((common,)?(server|global|local)Event\)
CBA_fnc_$2Event

E?FUNC\((common,)?(add|remove)EventHandler\)
CBA_fnc_$2EventHandler
2016-05-22 16:47:39 +01:00
..
fnc_addMissileReloadActions.sqf Cleanup reload launchers 2016-04-28 00:43:33 -05:00
fnc_canLoad.sqf Cleanup reload launchers 2016-04-28 00:43:33 -05:00
fnc_getLoadableMissiles.sqf Cleanup reload launchers 2016-04-28 00:43:33 -05:00
fnc_load.sqf Replace ACE event system calls with CBA counterparts 2016-05-22 16:47:39 +01:00
fnc_reloadLauncher.sqf Cleanup reload launchers 2016-04-28 00:43:33 -05:00
script_component.hpp add reloadable launcher 2015-03-18 18:25:53 +01:00