ACE3/addons/captives/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_canApplyHandcuffs.sqf Captives - Module to set handcuffing 2015-10-23 14:17:31 -05:00
fnc_canEscortCaptive.sqf Updated parameterization in Captives module. 2015-08-05 01:15:20 +02:00
fnc_canFriskPerson.sqf Updated parameterization in Captives module. 2015-08-05 01:15:20 +02:00
fnc_canLoadCaptive.sqf Cleanup 2015-08-24 00:07:40 -05:00
fnc_canRemoveHandcuffs.sqf Move RemoveHandcuffs to Main (always blocked by hands) 2015-08-23 23:41:35 -05:00
fnc_canStopEscorting.sqf Updated parameterization in Captives module. 2015-08-05 01:15:20 +02:00
fnc_canSurrender.sqf Updated parameterization in Captives module. 2015-08-05 01:15:20 +02:00
fnc_canUnloadCaptive.sqf Updated parameterization in Captives module. 2015-08-05 01:15:20 +02:00
fnc_doApplyHandcuffs.sqf Replace ACE event system calls with CBA counterparts 2016-05-22 16:47:39 +01:00
fnc_doEscortCaptive.sqf Cleaned up excessive whitespace 2016-05-03 02:32:44 +02:00
fnc_doFriskPerson.sqf Captive FFV stuff 2015-08-14 21:29:01 -05:00
fnc_doLoadCaptive.sqf Replace ACE event system calls with CBA counterparts 2016-05-22 16:47:39 +01:00
fnc_doRemoveHandcuffs.sqf Replace ACE event system calls with CBA counterparts 2016-05-22 16:47:39 +01:00
fnc_doUnloadCaptive.sqf Replace ACE event system calls with CBA counterparts 2016-05-22 16:47:39 +01:00
fnc_findEmptyNonFFVCargoSeat.sqf More FFV animation stuff 2015-08-23 12:32:46 -05:00
fnc_handleGetIn.sqf Fix some nil functions 2015-09-18 13:47:19 -05:00
fnc_handleGetOut.sqf More FFV animation stuff 2015-08-23 12:32:46 -05:00
fnc_handleOnUnconscious.sqf Updated parameterization in Captives module. 2015-08-05 01:15:20 +02:00
fnc_handlePlayerChanged.sqf Replace old use of showHud 2015-10-15 22:45:35 -05:00
fnc_handleRespawn.sqf Replace all use of deprecated commands 2016-01-19 09:39:07 -06:00
fnc_handleUnitInitPost.sqf Captive FFV stuff 2015-08-14 21:29:01 -05:00
fnc_handleZeusDisplayChanged.sqf replace zeusDisplayChanged with DisplayLoad event 2016-02-21 22:16:12 +01:00
fnc_moduleHandcuffed.sqf Replace ACE event system calls with CBA counterparts 2016-05-22 16:47:39 +01:00
fnc_moduleSettings.sqf Finalized settings 2015-08-09 00:21:59 +02:00
fnc_moduleSurrender.sqf Replace ACE event system calls with CBA counterparts 2016-05-22 16:47:39 +01:00
fnc_setHandcuffed.sqf Replace ACE event system calls with CBA counterparts 2016-05-22 16:47:39 +01:00
fnc_setSurrendered.sqf Replace ACE event system calls with CBA counterparts 2016-05-22 16:47:39 +01:00
fnc_vehicleCaptiveMoveIn.sqf More FFV animation stuff 2015-08-23 12:32:46 -05:00
fnc_vehicleCaptiveMoveOut.sqf More FFV animation stuff 2015-08-23 12:32:46 -05:00
script_component.hpp Captives Progress 2015-02-03 00:42:34 -06:00