ACE3/addons/sandbag/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_canDeploy.sqf fix configFile capitalization 2015-11-30 17:23:02 +01:00
fnc_deploy.sqf Minor optimizations using private, params, and isEqualType (#4323) 2016-09-04 16:44:22 +02:00
fnc_deployCancel.sqf Add sanity checks, fix explosives checks 2016-03-06 12:06:17 +01:00
fnc_deployConfirm.sqf use a function to do gestures 2016-07-12 16:16:01 +02:00
fnc_handleInteractMenuOpened.sqf rework modifier key, cleanup sandbags, tripod, ladder, fix #2590 2015-09-26 03:16:55 +02:00
fnc_handleKilled.sqf rework modifier key, cleanup sandbags, tripod, ladder, fix #2590 2015-09-26 03:16:55 +02:00
fnc_handlePlayerChanged.sqf rework modifier key, cleanup sandbags, tripod, ladder, fix #2590 2015-09-26 03:16:55 +02:00
fnc_handlePlayerInventoryChanged.sqf rework modifier key, cleanup sandbags, tripod, ladder, fix #2590 2015-09-26 03:16:55 +02:00
fnc_handleScrollWheel.sqf Don't use modifier for rotation where not needed 2016-03-06 16:54:27 +01:00
fnc_handleUnconscious.sqf rework modifier key, cleanup sandbags, tripod, ladder, fix #2590 2015-09-26 03:16:55 +02:00
fnc_pickup.sqf use a function to do gestures 2016-07-12 16:16:01 +02:00
script_component.hpp Ported the ACE2 sandbags 2015-06-02 19:30:50 +02:00