Tile - Loops - Continue – Ylands

From Bohemia Interactive Community
Jump to navigation Jump to search
No edit summary
No edit summary
(5 intermediate revisions by 3 users not shown)
Line 1: Line 1:
[[Image:Ylands_Tile_-_Break.png]]
<!---
*The '''break''' instruction will immoderately '''end''' the '''loop''' and continues executing the code after the loop (if any).
THIS PAGE WAS GENERATED AUTOMATICALLY; DO NOT EDIT IT, OTHERWISE YOUR CHANGES WILL BE LOST DURING FUTURE UPDATE.
-->
== Loops - Continue ==


[[File:YlandsTile-324.png]]


[[Image:Ylands_Tile_-_Continue.png]]
=== Availability ===
*The '''continue''' instruction will '''end''' current '''iteration''' and continues with the next iteration in the loop.
 
[[Ylands:Tile Availability - Client|Client]], [[Ylands:Tile Availability - Server|Server]], [[Ylands:Tile Availability - Custom Controller|Custom Controller]]
 
=== Description ===
 
The '''continue''' instruction will '''end''' current '''iteration''' and continue with the next iteration in the loop.




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


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

Revision as of 12:17, 12 November 2021