0425
Jump to navigation
Jump to search
- Description
- Converts floating-point meters to feet
- Syntax
- 0425: [var] = meters [flt] to_feet
- Parameter
- [flt]
- Floating-point value
- [var]
- Variable to store the converted value as floating-point
- Native analog
- CONVERT_METRES_TO_FEET
This opcode "converts" floating-point values from meters to feet. By "convert", this means dividing the value by 0.3. The more precise conversion would be to divide by 0.3048. This opcode was never called in the original script of GTA III.
Keywords
change, convert, float, metres, metre, meter, foot, feet, metric, imperial
See also
- 042D, converts integer values from meters to feet