Tile - YMath - Random – Ylands

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

Ylands Tile - Math random01.png

  • Returns a random number between 0 and 1, borders included.
  • Returned value is float.


Ylands Tile - Math random.png

  • Returns a random number from selected interval.
  • Interval is half closed and does not include max value.
  • Returned value is integer.



Template:Ylands scripting navbox