Documentation

Reverse Array Loop - Open Dev Kit Documentation

Open Dev Kit Documentation :: General :: Reverse Array Loop

Root.LoopArrayReverse(
  Variable Variant,
  Array Variant
) 
Repeats the script inside for each element in the specified array backwards

Parameters

Variable Variant
A variable that will have its value set for each iteration
Array Variant
The array to iterate through

Return Value

Nothing

Lua Usage

Root.LoopArrayReverse(variable, array)

If you think anything is missing, please feel free to: submit documentation feedback on this page