Opcode Database

Latest Forum Activity

GTAG - Modding - Opcode Database - 005A

Opcode Database

005A

DescriptionAdds the int LVAR value to the other int LVAR.
Parameters (v2)1) Local variable (LVAR_INT)
2) Local variable (LVAR_INT)
Gamessa vc iii
CategoryMath
San Andreas
sascm.ini005A=2,%1d% += %2d% ; (int)
Example005A: 3@ += 1@ // (int)
Command NameADD_INT_LVAR_TO_INT_LVAR
Vice City
sascm.ini005a=2,%1d% += %2d% ; (int)
Example005A: 3@ += 1@ // (int)
GTA III
gtascm.ini005a=2,%1d% += %2d% ; (int)
Example005A: 3@ += 1@ // (int)

<< 0059

005B >>