Tile - Loop For Each Array – Ylands

From Bohemia Interactive Community
Jump to navigation Jump to search
No edit summary
No edit summary
Line 5: Line 5:


[[File:YlandsTile-879.png]]
[[File:YlandsTile-879.png]]
=== Availability ===
[[Ylands:Tile Availability - Client|Client]], [[Ylands:Tile Availability - Server|Server]], [[Ylands:Tile Availability - Custom Controller|Custom Controller]]


=== Description ===
=== Description ===
Line 12: Line 16:
=== Notes ===
=== Notes ===


* '''Value''' of currently iterated members is '''returned''' as '''item''' and can be used as '''local variable''' in instructions inside the loop.
* Currently iterated array member is '''returned''' as '''item''' and can be used as '''local variable''' inside the loop.
* It is possible to use '''break''' instruction to '''jump out''' of the loop.
* '''Break''' instruction will '''end''' the loop.





Revision as of 12:17, 12 November 2021