008F

From GTAMods Wiki
Jump to navigation Jump to search

GTA III Vice City San Andreas CSET_VAR_FLOAT_TO_VAR_INT


Description

Converts the integer value of the global variable to an equivalent floating-point value and stores the result into the local variable.

Syntax

008F: [local var] = integer_to_float [global var]

Parameter

[Local var]
Local variable
[global var]
Global variable

This opcode adds a fractal part to an integer value of the global variable and stores the result into the local variable. For example, a value of 4 is converted into 4.0 as a result.

Keywords

convert, global, local, variable, int, float, math

See also

  • 008C – convert global float to global int
  • 008D – convert global int to global float
  • 008E – convert global float to local int
  • 0090 – convert local float to global int
  • 0091 – convert local int to global float
  • 0092 – convert local float to local int
  • 0093 – convert local int to local float