GTAG - Modding - Opcode Database - 0076
Opcode Database
0076
| Description | Divides the int LVAR by the int VAR. |
|---|---|
| Parameters (v2) | 1) (Returned) Local variable (LVAR_INT) 2) Global variable (VAR_INT) |
| Games | |
| Category | Common, Math |
| San Andreas | |
| sascm.ini | 0076=2,%1d% /= %2d% ; (int) |
| Example | 0076: 0@ /= $int |
| Command Name | DIV_INT_LVAR_BY_INT_VAR |
| Vice City | |
| sascm.ini | 0076=2,%1d% /= %2d% ; (int) |
| Example | 0076: 0@ /= $int |
| GTA III | |
| gtascm.ini | 0076=2,%1d% /= %2d% ; (int) |
| Example | 0076: 0@ /= $int |

