Tile - Loop Repeat N Times – Ylands
Jump to navigation
Jump to search
No edit summary |
Lou Montana (talk | contribs) m (Text replacement - "{{DEFAULTSORT:{{#sub:{{PAGENAME}}|14}}}}" to "{{DEFAULTSORT:{{#sub:{{PAGENAME}}|7}}}}") |
||
(One intermediate revision by one other user not shown) | |||
Line 5: | Line 5: | ||
[[File:YlandsTile-200.png]] | [[File:YlandsTile-200.png]] | ||
=== Availability === | |||
[[Ylands:Tile Availability - Client|Client]], [[Ylands:Tile Availability - Server|Server]], [[Ylands:Tile Availability - Custom Controller|Custom Controller]] | |||
=== Description === | === Description === | ||
Repeat '''loop''' will execute selected instruction sequence as many '''times''' as defined in the loop '''input''' | Repeat '''loop''' will execute selected instruction sequence as many '''times''' as defined in the loop '''input'''. | ||
=== Notes === | === Notes === | ||
* There is an internal '''limit''' to all loops to break out after one '''milion''' iterations. | * There is an internal '''limit''' to all loops to break out after one '''milion''' iterations. | ||
* '''Break''' instruction will '''end''' the loop. | |||
---- | ---- | ||
{{Navbox/Ylands}} | {{Navbox/Ylands}} | ||
{{DEFAULTSORT:{{#sub:{{PAGENAME}}| | {{DEFAULTSORT:{{#sub:{{PAGENAME}}|7}}}} | ||
[[Category: Instructions]] | [[Category: Instructions]] |
Latest revision as of 14:24, 24 November 2023
Loop Repeat N Times
Availability
Client, Server, Custom Controller
Description
Repeat loop will execute selected instruction sequence as many times as defined in the loop input.
Notes
- There is an internal limit to all loops to break out after one milion iterations.
- Break instruction will end the loop.