Opcode Database

Latest Forum Activity

GTAG - Modding - Opcode Database - 008D

Opcode Database

008D

DescriptionConverts the integer value of the second global variable to a float and stores the result in the first global variable.
Parameters (v2)1) (Returned) Float (VAR_FLOAT)
2) Integer (INT)
Gamessa vc iii
CategoryCommon, Math
San Andreas
sascm.ini008D=2,%1d% = int_to_float %2d%
Example008D: $int = integer_to_float $float
Command NameCSET_VAR_FLOAT_TO_VAR_INT
Vice City
sascm.ini008d=2,%1d% = integer_to_float %2d%
Example008D: $int = integer_to_float $float
GTA III
gtascm.ini008d=2,%1d% = integer_to_float %2d%
Example008D: $int = integer_to_float $float

<< 008C

008E >>