Opcode Database

Latest Forum Activity

GTAG - Modding - Opcode Database - 005C

Opcode Database

005C

DescriptionAdds the int VAR value to the int LVAR.
Parameters (v2)1) (Returned) Local variable (LVAR_INT)
2) Global variable (VAR_INT)
Gamessa vc iii
CategoryMath
San Andreas
sascm.ini005C=2,%1d% += %2d% ; (int)
Example005C: 17@ += $1029 // (int)
Command NameADD_INT_VAR_TO_INT_LVAR
Vice City
sascm.ini005c=2,%1d% += %2d% ; (int)
Example005C: 17@ += $1029 // (int)
GTA III
gtascm.ini005c=2,%1d% += %2d% ; (int)
Example005C: 17@ += $1029 // (int)

<< 005B

005D >>