Opcode Database

Latest Forum Activity

GTAG - Modding - Opcode Database - 0075

Opcode Database

0075

DescriptionDivides the float VAR by the float LVAR.
Parameters (v2)1) (Returned) Global variable (VAR_FLOAT)
2) Local variable (LVAR_FLOAT)
Gamessa vc iii
CategoryMath
San Andreas
sascm.ini0075=2,%1d% /= %2d% ; (float)
Example0075: $float /= 0@
Command NameDIV_FLOAT_VAR_BY_FLOAT_LVAR
Vice City
sascm.ini0075=2,%1d% /= %2d% ; (float)
Example0075: $float /= 0@
GTA III
gtascm.ini0075=2,%1d% /= %2d% ; (float)
Example0075: $float /= 0@

<< 0074

0076 >>