Tile - Loop For Each Array – Ylands

From Bohemia Interactive Community
Jump to navigation Jump to search

Loop For Each Array

YlandsTile-879.png

Availability

Client, Server, Custom Controller

Description

For each loop will iterate trough all the members of selected array and execute given sequence for each of them separately.

Notes

  • Currently iterated array member is returned as item and can be used as local variable inside the loop.
  • Break instruction will end the loop.