ACE3/addons/microdagr/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_appMarkKeypadEntry.sqf Code Cleanup MicroDagr Module 2015-08-26 05:31:33 +02:00
fnc_appMenuButtonConnectRangefinder.sqf Code Cleanup MicroDagr Module 2015-08-26 05:31:33 +02:00
fnc_appSettingsLBClick.sqf Fix stringtable and more cleanup 2015-08-26 11:00:59 -05:00
fnc_appWaypointsButtonDeleteWP.sqf Posible fix for #2407 2015-09-12 18:12:57 +02:00
fnc_appWaypointsButtonSetWP.sqf Code Cleanup MicroDagr Module 2015-08-26 05:31:33 +02:00
fnc_canShow.sqf Minor optimizations using private, params, and isEqualType (#4323) 2016-09-04 16:44:22 +02:00
fnc_deviceAddWaypoint.sqf Minor optimizations using private, params, and isEqualType (#4323) 2016-09-04 16:44:22 +02:00
fnc_deviceDeleteWaypoint.sqf Minor optimizations using private, params, and isEqualType (#4323) 2016-09-04 16:44:22 +02:00
fnc_deviceGetWaypoints.sqf Code Cleanup MicroDagr Module 2015-08-26 05:31:33 +02:00
fnc_dialogClosedEH.sqf Code Cleanup MicroDagr Module 2015-08-26 05:31:33 +02:00
fnc_mapButtonDownEH.sqf Fix stringtable and more cleanup 2015-08-26 11:00:59 -05:00
fnc_mapDoubleTapEH.sqf Minor optimizations using private, params, and isEqualType (#4323) 2016-09-04 16:44:22 +02:00
fnc_mapOnDrawEH.sqf Use head instead of body direction for compass 2016-03-08 19:22:04 +01:00
fnc_modeMapButtons.sqf Code Cleanup MicroDagr Module 2015-08-26 05:31:33 +02:00
fnc_moduleMapFill.sqf Fix stringtable and more cleanup 2015-08-26 11:00:59 -05:00
fnc_openDisplay.sqf Fix stringtable and more cleanup 2015-08-26 11:00:59 -05:00
fnc_recieveRangefinderData.sqf Code Cleanup MicroDagr Module 2015-08-26 05:31:33 +02:00
fnc_saveCurrentAndSetNewMode.sqf Code Cleanup MicroDagr Module 2015-08-26 05:31:33 +02:00
fnc_showApplicationPage.sqf Merge pull request #3567 from BaerMitUmlaut/microdagr-microoverhaul 2016-06-07 09:58:18 +02:00
fnc_updateDisplay.sqf Fixed MicroDAGR trailing zero 2016-07-14 03:32:30 +02:00
script_component.hpp Working Base MicroDAGR 2015-03-09 10:46:59 -05:00