ACE3/addons/fastroping/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_canCloseRamp.sqf Force open ramps on helicopters 2016-03-06 19:53:37 +01:00
fnc_canCutRopes.sqf Cleanup function params and headers 2016-02-22 00:31:27 +01:00
fnc_canDeployRopes.sqf Cleanup & fix interaction conditions 2016-02-29 19:29:09 +01:00
fnc_canFastRope.sqf Removal of virtual rope anchor, animation fix 2016-02-22 00:31:33 +01:00
fnc_canPrepareFRIES.sqf Cleanup canPrepareFRIES 2016-03-07 20:42:13 +01:00
fnc_checkVehicleThread.sqf Replace delayed execution functions with new CBA counterparts 2016-05-22 15:29:01 +02:00
fnc_cutRopes.sqf Replace delayed execution functions with new CBA counterparts 2016-05-22 15:29:01 +02:00
fnc_deployAI.sqf Replace delayed execution functions with new CBA counterparts 2016-05-22 15:29:01 +02:00
fnc_deployAIWaypoint.sqf Added deployment API and waypoint 2016-03-05 20:25:35 +01:00
fnc_deployRopes.sqf Minor optimizations using private, params, and isEqualType (#4323) 2016-09-04 16:44:22 +02:00
fnc_equipFRIES.sqf Replace delayed execution functions with new CBA counterparts 2016-05-22 15:29:01 +02:00
fnc_fastRope.sqf Merge branch 'master' into cbaEventSystem 2016-05-31 22:36:08 +02:00
fnc_fastRopeLocalPFH.sqf Only play fastroping sounds for player 2016-06-05 19:39:12 +02:00
fnc_fastRopeServerPFH.sqf Fixed getting stuck on rope whilst fastroping (#3734) 2016-05-07 22:35:18 +02:00
fnc_moduleEquipFRIES.sqf Moved FRIES equipping into seperate function 2016-02-22 14:40:04 +01:00
fnc_onCutCommon.sqf Replace delayed execution functions with new CBA counterparts 2016-05-22 15:29:01 +02:00
fnc_onPrepareCommon.sqf Replace delayed execution functions with new CBA counterparts 2016-05-22 15:29:01 +02:00
fnc_onRopeBreak.sqf Removal of virtual rope anchor, animation fix 2016-02-22 00:31:33 +01:00
fnc_prepareFRIES.sqf Replace delayed execution functions with new CBA counterparts 2016-05-22 15:29:01 +02:00
script_component.hpp Initial commit fastroping 2016-02-22 00:31:15 +01:00