ACE3/addons/vehiclelock/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_addKeyForVehicle.sqf Replace ACE event system calls with CBA counterparts 2016-05-22 16:47:39 +01:00
fnc_getVehicleSideKey.sqf vehLock - debug trace / type checking 2015-08-07 13:24:47 -05:00
fnc_handleVehicleInitPost.sqf Replace ACE event system calls with CBA counterparts 2016-05-22 16:47:39 +01:00
fnc_hasKeyForVehicle.sqf vehLock - debug trace / type checking 2015-08-07 13:24:47 -05:00
fnc_lockpick.sqf Replace ACE event system calls with CBA counterparts 2016-05-22 16:47:39 +01:00
fnc_moduleInit.sqf vehLock - debug trace / type checking 2015-08-07 13:24:47 -05:00
fnc_moduleSync.sqf vehLock - debug trace / type checking 2015-08-07 13:24:47 -05:00
fnc_onOpenInventory.sqf vehicle inventory lock - compatibility with acre 2016-04-24 11:26:13 -05:00
fnc_serverSetupCustomKeyEH.sqf vehLock - debug trace / type checking 2015-08-07 13:24:47 -05:00
fnc_setVehicleLockEH.sqf vehLock - debug trace / type checking 2015-08-07 13:24:47 -05:00
script_component.hpp First Pass 2015-01-23 16:40:39 -06:00