Opcode Database

Latest Forum Activity

GTAG - Modding - Opcode Database - 005E

Opcode Database

005E

DescriptionAdds the float LVAR value to the float VAR.
Parameters (v2)1) (Returned) Global variable (VAR_FLOAT)
2) Local variable (LVAR_FLOAT)
Gamessa vc iii
CategoryMath
San Andreas
sascm.ini005E=2,%1d% += %2d% ; (int)
Example005E: $1923 += 25@ // (int)
Command NameADD_INT_LVAR_TO_INT_VAR
Vice City
sascm.ini005e=2,%1d% += %2d% ; (int)
Example005E: $1923 += 25@ // (int)
GTA III
gtascm.ini005e=2,%1d% += %2d% ; (iknt)
Example005E: $1923 += 25@ // (int)

<< 005D

005F >>