Tile - Loop While – Ylands

From Bohemia Interactive Community
Revision as of 12:48, 12 December 2018 by Rudy.cz (talk | contribs)
Jump to navigation Jump to search

Ylands Tile - While.png

  • While loop will execute selected instruction sequence as long as a specified condition is true.
  • Its crucial to set correct escape condition, otherwise the loop will continue indefinitely and will impact script performance.
  • Alternatively, it is possible to use break instruction to jump out of the loop.


Notes



Template:Ylands scripting navbox