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

