forEachReversed
Jump to navigation
Jump to search
Description
- Description:
- Interates over given array from last index to first index.
- Groups:
- Arrays
Syntax
- Syntax:
- code forEachReversed array
- Parameters:
- code: Code - Code applied to each array entry
- _x: iterated item
- _forEachIndex: item's index
- array: Array - The array to iterate over
- Return Value:
- Anything - Will return the value of last executed statement
Examples
- Example 1:
Additional Information
- See also:
- forEachIndex
Notes
-
Report bugs on the Feedback Tracker and/or discuss them on the Arma Discord or on the Forums.
Only post proven facts here! Add Note