Changes between Version 1 and Version 2 of Random_Map_Scripting_Functions


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

Nuke references to old random generator functions

Legend:

Unmodified
Added
Removed
Modified
  • Random_Map_Scripting_Functions

    v1 v2  
    1313 * 13th Aug 2005 - Jeffrey - Added 2 new methods in the surface object to mirror one of Matei's functions.
    1414 * 14th Aug 2005 - Stuart - Converted document to Wiki format.
     15 * 12th Jun 2017 - bb - Nuke references to old random generator functions.
    1516
    1617'''Summary:'''
     
    1920= Generic =
    2021
    21 == randInt(min, max) ==
    22 This function returns a random number between min and max.
    23 == randFloat(min, max) ==
    24 This function returns a random decimal between min and max.
    2522== sin(int), cos(int), tan(int), log(int) ==
    2623Trigonometric functions were really depended on when scripting for AOM. So, why not add them by default here.