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

