Opcode Database

Latest Forum Activity

GTAG - Modding - Opcode Database - 0073

Opcode Database

0073

DescriptionDivides the float LVAR by the float LVAR.
Parameters (v2)1) (Returned) Local variable (LVAR_FLOAT)
2) Local variable (LVAR_FLOAT)
Gamessa vc iii
CategoryMath
San Andreas
sascm.ini0073=2,%1d% /= %2d% ; (float)
Example0073: 18@ /= 17@ // (float)
Command NameDIV_FLOAT_LVAR_BY_FLOAT_LVAR
Vice City
sascm.ini0073=2,%1d% /= %2d% ; (float)
Example0073: 18@ /= 17@ // (float)
GTA III
gtascm.ini0073=2,%1d% /= %2d% ; (float)
Example0073: 18@ /= 17@ // (float)

<< 0072

0074 >>