Tile - Loop Repeat N Times – Ylands
Jump to navigation
Jump to search
(Created page with " ---- {{Ylands scripting navbox}}") |
No edit summary |
||
Line 1: | Line 1: | ||
[[Image:Ylands_Tile_-_Repeat.png]] | |||
*Repeat '''loop''' will execute selected instruction sequence as many '''times''' as defined in the loop '''input'''. | |||
*Alternatively, it is possible to use [[Ylands Tile - Break-Continue|'''break''']] instruction to '''jump out''' of the loop. | |||
=Notes= | |||
*There is internal '''limit''' to all loops to break out after one '''milion''' iterations. | |||
*See also: [[Ylands Tile - Break-Continue|'''Break / Continue''']] | |||
---- | ---- | ||
{{Ylands scripting navbox}} | {{Ylands scripting navbox}} |
Revision as of 11:55, 12 December 2018
- Repeat loop will execute selected instruction sequence as many times as defined in the loop input.
- Alternatively, it is possible to use break instruction to jump out of the loop.
Notes
- There is internal limit to all loops to break out after one milion iterations.
- See also: Break / Continue