Opcode Database

Latest Forum Activity

GTAG - Modding - Opcode Database - 0064

Opcode Database

0064

DescriptionSubtracts the int VAR value from the int LVAR.
Parameters (v2)1) (Returned) Local variable (LVAR_INT)
2) Global variable (VAR_INT)
Gamessa vc iii
CategoryMath
San Andreas
sascm.ini0064=2,%1d% -= %2d% ; (int)
Example0064: 3@ -= $GirlRespect($Girlfriend,6i) // (int)
Command NameSUB_INT_VAR_FROM_INT_LVAR
Vice City
sascm.ini0064=2,%1d% -= %2d% ; (int)
Example0064: 3@ -= $TEMP_INT // (int)
GTA III
gtascm.ini0064=2,%1d% -= %2d% ; (int)
Example0064: 3@ -= $TEMP_INT // (int)

<< 0063

0065 >>