Tile - Loop Repeat N Times – Ylands

From Bohemia Interactive Community
Revision as of 17:50, 26 December 2020 by Lou Montana (talk | contribs) (Text replacement - "{{Ylands scripting navbox}}" to "{{Ylands editor navbox}}")
Jump to navigation Jump to search

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 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.



Template:Ylands editor navbox