From Game Editor
Function: Floor | Syntax:double floor(double number) Returns largest number not greater than number. number can be actual value or variable. |
Example:Altitude.textnumber=floor(12001.45); Example would yield the value 12001. | |
Additional Information No extra Information | |
See Also |