Tile - Loops - Continue – Ylands

From Bohemia Interactive Community
Jump to navigation Jump to search
No edit summary
m (Text replacement - "{{Ylands scripting navbox}}" to "{{Ylands editor navbox}}")
Line 8: Line 8:


----
----
{{Ylands scripting navbox}}
{{Ylands editor navbox}}
{{DEFAULTSORT:{{#sub:{{PAGENAME}}|14}}}}
{{DEFAULTSORT:{{#sub:{{PAGENAME}}|14}}}}


[[Category: Instructions]]
[[Category: Instructions]]
[[Category: Ylands 0.12]]
[[Category: Ylands 0.12]]

Revision as of 07:30, 26 December 2020

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 editor navbox