From Game Editor
Function: Max | Syntax:double max(double number1, double number2) Returns largest number of the two supplied. number can be actual value or variable. |
Example:Altitude.textnumber=max(12000, planeceiling); Example would yield the value 14000 if the variable planeceiling=14000 and would yield 12000 if planeceiling=10000. | |
Additional Information No extra Information | |
See Also |