008C
Jump to navigation
Jump to search
Description
- Converts the floating-point value of the global variable to an equivalent integer value and stores the result into the global variable.
Syntax
- 008C: [global var 1] = float_to_integer [global var 2]
Parameter
- [global var 1]
- Global variable
- [global var 2]
- Global variable
This opcode truncates a floating-point value of the global variable and stores its integral part into the global variable. For example, converting a value of 4.1 or 4.9 both produces 4 as a result.
Keywords
convert, global, variable, int, float, math