Opcode Database

Latest Forum Activity

GTAG - Modding - Opcode Database - 0066

Opcode Database

0066

DescriptionSubtracts the float LVAR value from the float VAR.
Parameters (v2)1) (Returned) Global variable (VAR_FLOAT)
2) Local variable (LVAR_FLOAT)
Gamessa vc iii
CategoryMath
San Andreas
sascm.ini0066=2,%1d% -= %2d% ; (int)
Example0066: $6681 -= 171@ // (int)
Command NameSUB_INT_LVAR_FROM_INT_VAR
Vice City
sascm.ini0066=2,%1d% -= %2d% ; (int)
Example0066: $6681 -= 171@ // (int)
GTA III
gtascm.ini0066=2,%1d% -= %2d% ; (int)
Example0066: $6681 -= 171@ // (int)

<< 0065

0067 >>