ACE3/addons/winddeflection/functions
SilentSpike a718c82780 Implement nice index deletion iteration solution
Previously when iterating over an array and modifying the same array via deletion of the current index, incorrect means was used to account for the change in index resulting in any further deletions being applied to the wrong elements.

This solution does not require duplication of the array or the use of external variables to track the number of deleted elements. We simply lower the `_forEachIndex` by 1 whenever an element is removed.
2015-11-17 16:02:56 +00:00
..
fnc_handleFired.sqf Updated parameterization in Winddeflection module. 2015-08-04 23:52:16 +02:00
fnc_initModuleSettings.sqf Updated parameterization in Winddeflection module. 2015-08-04 23:52:16 +02:00
fnc_updateTrajectoryPFH.sqf Implement nice index deletion iteration solution 2015-11-17 16:02:56 +00:00
script_component.hpp Cleaning up of all tabs in source code files. 2015-04-06 09:22:43 -07:00