ACE3/addons/trenches/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_canContinueDiggingTrench.sqf Add remove trench and continue digging trench actions 2016-03-21 18:25:38 +01:00
fnc_canDigTrench.sqf move placement data to config, setTrenchPlacement fnc, cleanup 2016-03-22 08:10:37 +01:00
fnc_canRemoveTrench.sqf Add remove trench and continue digging trench actions 2016-03-21 18:25:38 +01:00
fnc_continueDiggingTrench.sqf Remove grass behind the trench 2016-03-22 11:26:40 +01:00
fnc_handleInteractMenuOpened.sqf Rename some variables 2016-02-04 17:42:12 -03:00
fnc_handleKilled.sqf Rename some variables 2016-02-04 17:42:12 -03:00
fnc_handlePlayerChanged.sqf Rename some variables 2016-02-04 17:42:12 -03:00
fnc_handlePlayerInventoryChanged.sqf Rename some variables 2016-02-04 17:42:12 -03:00
fnc_handleScrollWheel.sqf Don't use modifier for rotation where not needed 2016-03-06 16:54:27 +01:00
fnc_handleUnconscious.sqf Rename some variables 2016-02-04 17:42:12 -03:00
fnc_placeCancel.sqf Add sanity checks, fix explosives checks 2016-03-06 12:06:17 +01:00
fnc_placeConfirm.sqf move placement data to config, setTrenchPlacement fnc, cleanup 2016-03-22 08:10:37 +01:00
fnc_placeTrench.sqf Replace ACE event system calls with CBA counterparts 2016-05-22 16:47:39 +01:00
fnc_removeTrench.sqf move placement data to config, setTrenchPlacement fnc, cleanup 2016-03-22 08:10:37 +01:00
fnc_setTrenchPlacement.sqf move placement data to config, setTrenchPlacement fnc, cleanup 2016-03-22 08:10:37 +01:00
script_component.hpp Initial code implementation of ace_trenches 2016-01-23 20:45:59 -03:00