Opcode Database

Latest Forum Activity

GTAG - Modding - Opcode Database - 0067

Opcode Database

0067

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.ini0067=2,%1d% -= %2d% ; (float)
Example0067: $TEMPVAR_FLOAT_1 -= 593@(227@,10f) // (float)
Command NameSUB_FLOAT_LVAR_FROM_FLOAT_VAR
Vice City
sascm.ini0067=2,%1d% -= %2d% ; (float)
Example0067: $4862 -= 0@ // (float)
GTA III
gtascm.ini0067=2,%1d% -= %2d% ; (float)
Example0067: $float -= 0@

<< 0066

0068 >>