ACE3/addons/respawn/functions
Glowbal b489750d5b Minor optimizations using private, params, and isEqualType (#4323)
* Optimizations with private, params, and isEqualType

* Fixed tab being used instead of space

* Fixed tabs inserted by notepad++

* More usage of new private syntax and params

- changed a few checks for an array being empty to `_arr isEqualTo []`
rather than `count _arr == 0`
- added more uses of `private` on the same line as the variable is
declared
- added more uses of params to assign variables passed as parameters
- removed unnecessary parentheses
- removed several unnecessary variable declarations with private array
syntax

* clean up and formatting
2016-09-04 16:44:22 +02:00
..
fnc_canMoveRallypoint.sqf cleanup respawn module, close #2184 2015-09-26 16:28:18 +02:00
fnc_handleInitPostServer.sqf Minor optimizations using private, params, and isEqualType (#4323) 2016-09-04 16:44:22 +02:00
fnc_handleKilled.sqf Cleanup Merge and remoteFnc events 2016-06-02 19:59:18 -05:00
fnc_handlePlayerChanged.sqf Minor optimizations using private, params, and isEqualType (#4323) 2016-09-04 16:44:22 +02:00
fnc_handleRespawn.sqf use 'getUnitLoadout' instead of 'FUNC(getAllGear)' and deprecate it 2016-05-14 10:49:09 +02:00
fnc_initRallypoint.sqf Merge branch 'master' into cbaEventSystem 2016-05-31 22:36:08 +02:00
fnc_module.sqf Fix dead bodies removal, when forced = 1 2016-05-03 20:10:28 +02:00
fnc_moduleFriendlyFire.sqf Replace delayed execution functions with new CBA counterparts 2016-05-22 15:29:01 +02:00
fnc_moduleRallypoint.sqf cleanup respawn module, close #2184 2015-09-26 16:28:18 +02:00
fnc_moveRallypoint.sqf Merge branch 'master' into cbaEventSystem 2016-05-31 22:36:08 +02:00
fnc_restoreGear.sqf use 'getUnitLoadout' instead of 'FUNC(getAllGear)' and deprecate it 2016-05-14 10:49:09 +02:00
fnc_showFriendlyFireMessage.sqf Run event renaming script 2016-05-24 14:13:11 +01:00
fnc_teleportToRallypoint.sqf Minor optimizations using private, params, and isEqualType (#4323) 2016-09-04 16:44:22 +02:00
fnc_updateRallypoint.sqf cleanup respawn module, close #2184 2015-09-26 16:28:18 +02:00
script_component.hpp fixes and spaces 2015-01-13 15:28:03 +01:00