Tile - Loop Repeat N Times – Ylands
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
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. | |||
Revision as of 11:17, 12 November 2021
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.