Tile - YMath - Random – Ylands

From Bohemia Interactive Community
Jump to navigation Jump to search
No edit summary
m (Text replacement - "{{Ylands scripting navbox}}" to "{{Ylands editor navbox}}")
Line 11: Line 11:


----
----
{{Ylands scripting navbox}}
{{Ylands editor navbox}}
{{DEFAULTSORT:{{#sub:{{PAGENAME}}|14}}}}
{{DEFAULTSORT:{{#sub:{{PAGENAME}}|14}}}}


[[Category: Instructions]]
[[Category: Instructions]]
[[Category: Ylands 0.10]]
[[Category: Ylands 0.10]]

Revision as of 17:12, 26 December 2020

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 editor navbox