Tile - YMath - Random – Ylands

From Bohemia Interactive Community
Jump to navigation Jump to search
No edit summary
No edit summary
Line 12: Line 12:
----
----
{{Ylands scripting navbox}}
{{Ylands scripting navbox}}
[[Category: Ylands 0.10]]
[[Category: Instructions]]

Revision as of 16:20, 2 January 2019

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