Changes between Version 2 and Version 3 of Random_Map_Scripting_Interface


Ignore:
Timestamp:
Jun 12, 2017, 9:08:31 PM (7 years ago)
Author:
bb
Comment:

remove references to old random generating functions

Legend:

Unmodified
Added
Removed
Modified
  • Random_Map_Scripting_Interface

    v2 v3  
    1010
    1111== Generic ==
    12 ==== randInt(min, max) ====
    13 This function returns a random number between min and max.
    14 ==== randFloat(min, max) ====
    15 This function returns a random decimal between min and max.
    16 ==== chooseRand(multi) ====
    17 This function returns one of the variable multiple parameters.
    1812==== abs(x), acos(x), asin(x), atan(x), atan2(y, x), ceil(x), cos(x), exp(x), floor(x), log(x), max(a, b), min(a, b), pow(x, y), round(x), sin(x), sqrt(x), tan(x) ====
    1913Mathematic wrappers to the Math object.