Opcode Database

Latest Forum Activity

GTAG - Modding - Opcode Database - 0091

Opcode Database

0091

DescriptionConverts the integer value of the local variable to a float and stores the result in the global variable.
Parameters (v2)1) (Returned) Global variable (VAR_FLOAT)
2) Local variable (LVAR_INT)
Gamessa vc iii
CategoryCommon, Math
San Andreas
sascm.ini0091=2,%1d% = int_to_float %2d%
Example0091: $float = int_to_float 0@
Command NameCSET_VAR_FLOAT_TO_LVAR_INT
Vice City
sascm.ini0091=2,%1d% = int_to_float %2d%
Example0091: $float = int_to_float 0@
GTA III
gtascm.ini0091=2,%1d% = int_to_float %2d%
Example0091: $float = int_to_float 0@

<< 0090

0092 >>