ACE3/addons/concertina_wire/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_deploy.sqf Code cleanup of Concertina_wire module 2015-08-09 02:19:34 +02:00
fnc_dismount.sqf fix exitWith capitalization 2015-11-30 17:14:05 +01:00
fnc_dismountSuccess.sqf Code cleanup of Concertina_wire module 2015-08-09 02:19:34 +02:00
fnc_handleDamage.sqf Code cleanup of Concertina_wire module 2015-08-09 02:19:34 +02:00
fnc_handleKilled.sqf Replace ACE event system calls with CBA counterparts 2016-05-22 16:47:39 +01:00
fnc_vehicleDamage.sqf Fix tabs in sqf files 2015-12-21 17:05:48 +01:00
script_component.hpp ACE2 concertina wire port. 2015-06-04 17:11:09 +02:00