ACE3/addons/overheating/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_calculateCooling.sqf Track temperatures of spare barrels 2016-02-27 00:29:30 -03:00
fnc_canUnjam.sqf Cleanup Merge 2016-02-22 15:03:40 -06:00
fnc_checkSpareBarrelsTemperatures.sqf Replace ACE event system calls with CBA counterparts 2016-05-22 16:47:39 +01:00
fnc_checkTemperature.sqf Add "check temperature" and "swap barrel" actions for AARs 2016-03-05 23:33:30 -03:00
fnc_clearJam.sqf Add a 10% chance for the unjam action to fail (like in ACE2) 2016-02-20 21:09:52 -03:00
fnc_displayTemperature.sqf Modernize code 2015-12-28 16:04:56 -06:00
fnc_firedEH.sqf Increase the jam chance of all weapons at high temperatures 2016-02-20 20:26:30 -03:00
fnc_getWeaponData.sqf Change the varname of the weapon data cache to be consistent with other modules 2016-01-20 22:22:53 -03:00
fnc_handleTakeEH.sqf By default, prevent reloading from automatically clearing a weapon jam (like in ACE2) 2016-02-20 20:05:59 -03:00
fnc_jamWeapon.sqf Replace ACE event system calls with CBA counterparts 2016-05-22 16:47:39 +01:00
fnc_loadCoolestSpareBarrel.sqf Replace ACE event system calls with CBA counterparts 2016-05-22 16:47:39 +01:00
fnc_overheat.sqf Minor fixes 2016-02-20 17:40:19 -03:00
fnc_sendSpareBarrelsTemperaturesHint.sqf Replace ACE event system calls with CBA counterparts 2016-05-22 16:47:39 +01:00
fnc_swapBarrel.sqf Add "check temperature" and "swap barrel" actions for AARs 2016-03-05 23:33:30 -03:00
fnc_swapBarrelAssistant.sqf Replace ACE event system calls with CBA counterparts 2016-05-22 16:47:39 +01:00
fnc_swapBarrelCallback.sqf Replace ACE event system calls with CBA counterparts 2016-05-22 16:47:39 +01:00
fnc_updateSpareBarrelsTemperaturesThread.sqf Overheating - Add Master Enabled Setting (barrelPR) 2016-05-04 14:59:04 -05:00
fnc_updateTemperature.sqf Track temperatures of spare barrels 2016-02-27 00:29:30 -03:00
fnc_updateTemperatureThread.sqf Restrict temp update to current weapon, and only primary or handgun 2016-01-23 11:48:23 -03:00
script_component.hpp Modernize code 2015-12-28 16:04:56 -06:00