008D
Jump to navigation
Jump to search
Description
- Converts the integer value of the global variable to an equivalent floating-point value and stores the result into the global variable.
Syntax
- 008D: [global var 1] = integer_to_float [global var 2]
Parameter
- [global var 1]
- Global variable
- [global var 2]
- Global variable
This opcode adds a fractal part to an integer value of the global variable and stores the result into the global variable. For example, a value of 4 is converted into 4.0 as a result.
Keywords
convert, global, variable, int, float, math