Tile - Loops - Continue – Ylands

From Bohemia Interactive Community
Jump to navigation Jump to search
No edit summary
No edit summary
Line 9: Line 9:
----
----
{{Ylands scripting navbox}}
{{Ylands scripting navbox}}
[[Category: Ylands 0.12]]
[[Category: Instructions]]

Revision as of 16:17, 2 January 2019

Ylands Tile - Break.png

  • The break instruction will immoderately end the loop and continues executing the code after the loop (if any).


Ylands Tile - Continue.png

  • The continue instruction will end current iteration and continues with the next iteration in the loop.



Template:Ylands scripting navbox