Opcode Database

Latest Forum Activity

GTAG - Modding - Opcode Database - 0072

Opcode Database

0072

DescriptionDivides the int LVAR by the int LVAR.
Parameters (v2)1) (Returned) Local variable (LVAR_INT)
2) Local variable (LVAR_INT)
Gamessa vc iii
CategoryMath
San Andreas
sascm.ini0072=2,%1d% /= %2d% ; (int)
Example0072: 1@ /= 17@ // (int)
Command NameDIV_INT_LVAR_BY_INT_LVAR
Vice City
sascm.ini0072=2,%1d% /= %2d% ; (int)
Example0072: 1@ /= 17@ // (int)
GTA III
gtascm.ini0072=2,%1d% /= %2d% ; (int)
Example0072: 1@ /= 17@ // (int)

<< 0071

0073 >>