ACE3/addons/nightvision/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_blending.sqf cleanup fnc_blending 2016-06-05 10:12:05 +02:00
fnc_changeNVGBrightness.sqf Minor optimizations using private, params, and isEqualType (#4323) 2016-09-04 16:44:22 +02:00
fnc_initModule.sqf Initial commit 2015-10-07 20:11:07 +02:00
fnc_onCameraViewChanged.sqf Switch to unit namespace, added !hasHatch condition 2015-10-28 17:13:05 +01:00
fnc_onVisionModeChanged.sqf !hasHatch condition part 2 2015-10-28 17:15:46 +01:00
fnc_updatePPEffects.sqf replace zeusDisplayChanged with DisplayLoad event 2016-02-21 22:16:12 +01:00
script_component.hpp Changed \function scrippComp to link to base 2015-01-13 12:28:45 -06:00