ACE3/addons/attach/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_attach.sqf Minor optimizations using private, params, and isEqualType (#4323) 2016-09-04 16:44:22 +02:00
fnc_canAttach.sqf Attach - getin/out/killed event handlers (#2200 #2300) 2015-08-28 16:57:16 -05:00
fnc_canDetach.sqf Fix #2432 - Don't check for null attached when mounted 2015-09-14 18:06:46 -05:00
fnc_detach.sqf Ace_Chemlights (Chemlight Enhancements) (#3921) 2016-08-27 10:19:39 +02:00
fnc_getChildrenAttachActions.sqf Cleanup Function Headers titles 2016-06-18 11:50:41 +02:00
fnc_handleGetIn.sqf Minor optimizations using private, params, and isEqualType (#4323) 2016-09-04 16:44:22 +02:00
fnc_handleGetOut.sqf Minor optimizations using private, params, and isEqualType (#4323) 2016-09-04 16:44:22 +02:00
fnc_handleKilled.sqf Minor optimizations using private, params, and isEqualType (#4323) 2016-09-04 16:44:22 +02:00
fnc_placeApprove.sqf fix Cfg capitalization 2015-11-30 17:09:26 +01:00
script_component.hpp big code clean up 2015-01-12 21:14:27 -08:00