GTAG - Modding - Opcode Database - 0062
Opcode Database
0062
| Description | Subtracts the int LVAR value from the int LVAR. |
|---|---|
| Parameters (v2) | 1) (Returned) Local variable (LVAR_INT) 2) Local variable (LVAR_INT) |
| Games | |
| Category | Math |
| San Andreas | |
| sascm.ini | 0062=2,%1d% -= %2d% ; (int) |
| Example | 0062: 13@ -= 11@ // (int) |
| Command Name | SUB_INT_LVAR_FROM_INT_LVAR |
| Vice City | |
| sascm.ini | 0062=2,%1d% -= %2d% ; (int) |
| Example | 0062: 13@ -= 11@ // (int) |
| GTA III | |
| gtascm.ini | 0062=2,%1d% -= %2d% ; (int) |
| Example | 0062: 13@ -= 11@ // (int) |

