mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
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. |
||
---|---|---|
.. | ||
data | ||
functions | ||
scripts | ||
sounds | ||
UI | ||
$PBOPREFIX$ | ||
ACE_Settings.hpp | ||
CfgActions.hpp | ||
CfgEventHandlers.hpp | ||
CfgMagazines.hpp | ||
CfgMoves.hpp | ||
CfgSounds.hpp | ||
CfgUnitInsignia.hpp | ||
CfgVehicles.hpp | ||
CfgVoice.hpp | ||
CfgWeapons.hpp | ||
config.cpp | ||
define.hpp | ||
HintConfig.hpp | ||
ProgressScreen.hpp | ||
README.md | ||
RscInfoType.hpp | ||
script_component.hpp | ||
script_macros.hpp | ||
stringtable.xml | ||
XEH_postInit.sqf | ||
XEH_preInit.sqf |
ace_common
Common functions and systems used by other components.
Maintainers
The people responsible for merging changes to this component or answering potential questions.