ACE3/addons/trenches/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_canContinueDiggingTrench.sqf Add remove trench and continue digging trench actions 2016-03-21 18:25:38 +01:00
fnc_canDigTrench.sqf move placement data to config, setTrenchPlacement fnc, cleanup 2016-03-22 08:10:37 +01:00
fnc_canRemoveTrench.sqf Add remove trench and continue digging trench actions 2016-03-21 18:25:38 +01:00
fnc_continueDiggingTrench.sqf Replace delayed execution functions with new CBA counterparts 2016-05-22 15:29:01 +02:00
fnc_handleInteractMenuOpened.sqf Rename some variables 2016-02-04 17:42:12 -03:00
fnc_handleKilled.sqf Rename some variables 2016-02-04 17:42:12 -03:00
fnc_handlePlayerChanged.sqf Rename some variables 2016-02-04 17:42:12 -03:00
fnc_handlePlayerInventoryChanged.sqf Rename some variables 2016-02-04 17:42:12 -03:00
fnc_handleScrollWheel.sqf Don't use modifier for rotation where not needed 2016-03-06 16:54:27 +01:00
fnc_handleUnconscious.sqf Rename some variables 2016-02-04 17:42:12 -03:00
fnc_placeCancel.sqf Add sanity checks, fix explosives checks 2016-03-06 12:06:17 +01:00
fnc_placeConfirm.sqf move placement data to config, setTrenchPlacement fnc, cleanup 2016-03-22 08:10:37 +01:00
fnc_placeTrench.sqf Minor optimizations using private, params, and isEqualType (#4323) 2016-09-04 16:44:22 +02:00
fnc_removeTrench.sqf Replace delayed execution functions with new CBA counterparts 2016-05-22 15:29:01 +02:00
fnc_setTrenchPlacement.sqf move placement data to config, setTrenchPlacement fnc, cleanup 2016-03-22 08:10:37 +01:00
script_component.hpp Initial code implementation of ace_trenches 2016-01-23 20:45:59 -03:00