Tile - Loop For Each Array – Ylands

From Bohemia Interactive Community
Revision as of 14:24, 24 November 2023 by Lou Montana (talk | contribs) (Text replacement - "{{DEFAULTSORT:{{#sub:{{PAGENAME}}|14}}}}" to "{{DEFAULTSORT:{{#sub:{{PAGENAME}}|7}}}}")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, 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.