Documentation

Array Loop - Open Dev Kit Documentation

Open Dev Kit Documentation :: General :: Array Loop

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

Parameters

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

Return Value

Nothing

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