Difference between revisions of "Min / Max"
Jump to navigation
Jump to search
m
Typo corrected
imported>QQuix |
imported>Shademe m (Typo corrected) |
||
Line 15: | Line 15: | ||
*Min/Max returns the smallest/highest of the values stored in an array | *Min/Max returns the smallest/highest of the values stored in an array | ||
*Min2/Max2 returns the smaller/higher of two values | *Min2/Max2 returns the smaller/higher of two values | ||
*Other variations with fixed number of arguments may be easily created if you use them frequently in | *Other variations with fixed number of arguments may be easily created if you use them frequently in your mod (Min3, Min4, etc) | ||