Tile - Loop For Each Array – Ylands

From Bohemia Interactive Community
Revision as of 14:36, 3 January 2019 by Rudy.cz (talk | contribs)
Jump to navigation Jump to search

Ylands Tile - For each.png

  • For each loop will iterate trough all the members of selected array and execute given sequence for each separately.
  • Value of currently iterated members is returned as item and can be used as local variable in instructions inside the loop.
  • It is possible to use break instruction to jump out of the loop.

Notes



Template:Ylands scripting navbox