ACE3/addons/map_gestures/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_assignClientIDOnServer.sqf Various code cleanups and switch to player UIDs instead of sanitized names 2015-08-24 17:03:47 +02:00
fnc_drawMapGestures.sqf Minor optimizations using private, params, and isEqualType (#4323) 2016-09-04 16:44:22 +02:00
fnc_endTransmit.sqf Give credit where credit is due 2015-08-10 08:45:43 +02:00
fnc_getProximityPlayers.sqf Minor optimizations using private, params, and isEqualType (#4323) 2016-09-04 16:44:22 +02:00
fnc_initTransmit.sqf Give credit where credit is due 2015-08-10 08:45:43 +02:00
fnc_isValidColorArray.sqf 1.54 - Replace typeName with isEqualType 2015-11-20 11:40:31 -06:00
fnc_moduleGroupSettings.sqf convert map-gestures to cba hashes (#4187) 2016-07-30 17:17:52 +02:00
fnc_moduleSettings.sqf local -> private 2015-11-17 14:02:20 -06:00
fnc_receiverInit.sqf Fixed multiple group settings not applying properly. 2015-08-24 22:03:47 +02:00
fnc_transmit.sqf QGVAR and Fix laser, map, map_gestures, maptools, modules, nightvision, optics 2016-05-25 02:09:11 +02:00
fnc_transmitterInit.sqf Fix removed var in Map Gestures 2016-06-02 15:04:03 -05:00
script_component.hpp First iteration on implementing Dslyecxi's ST Map Gestures 2015-08-10 04:40:30 +02:00