ACE3/addons/vehiclelock/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_addKeyForVehicle.sqf vehicleLock - Use QGVAR 2016-05-24 19:37:24 -05:00
fnc_getVehicleSideKey.sqf vehLock - debug trace / type checking 2015-08-07 13:24:47 -05:00
fnc_handleVehicleInitPost.sqf Merge branch 'master' into cbaEventSystem 2016-05-31 22:36:08 +02:00
fnc_hasKeyForVehicle.sqf vehLock - debug trace / type checking 2015-08-07 13:24:47 -05:00
fnc_lockpick.sqf vehicleLock - Use QGVAR 2016-05-24 19:37:24 -05:00
fnc_moduleInit.sqf Minor private variable fixes (#4300) 2016-08-27 17:35:45 +02:00
fnc_moduleSync.sqf Minor optimizations using private, params, and isEqualType (#4323) 2016-09-04 16:44:22 +02:00
fnc_onOpenInventory.sqf Replace delayed execution functions with new CBA counterparts 2016-05-22 15:29:01 +02:00
fnc_serverSetupCustomKeyEH.sqf Minor optimizations using private, params, and isEqualType (#4323) 2016-09-04 16:44:22 +02:00
fnc_setVehicleLockEH.sqf Minor optimizations using private, params, and isEqualType (#4323) 2016-09-04 16:44:22 +02:00
script_component.hpp First Pass 2015-01-23 16:40:39 -06:00