Opcode Database

Latest Forum Activity

GTAG - Modding - Opcode Database - 0062

Opcode Database

0062

DescriptionSubtracts the int LVAR value from the int LVAR.
Parameters (v2)1) (Returned) Local variable (LVAR_INT)
2) Local variable (LVAR_INT)
Gamessa vc iii
CategoryMath
San Andreas
sascm.ini0062=2,%1d% -= %2d% ; (int)
Example0062: 13@ -= 11@ // (int)
Command NameSUB_INT_LVAR_FROM_INT_LVAR
Vice City
sascm.ini0062=2,%1d% -= %2d% ; (int)
Example0062: 13@ -= 11@ // (int)
GTA III
gtascm.ini0062=2,%1d% -= %2d% ; (int)
Example0062: 13@ -= 11@ // (int)

<< 0061

0063 >>