GTAG - Modding - Opcode Database - 0064
Opcode Database
0064
| Description | Subtracts the int VAR value from the int LVAR. |
|---|---|
| Parameters (v2) | 1) (Returned) Local variable (LVAR_INT) 2) Global variable (VAR_INT) |
| Games | |
| Category | Math |
| San Andreas | |
| sascm.ini | 0064=2,%1d% -= %2d% ; (int) |
| Example | 0064: 3@ -= $GirlRespect($Girlfriend,6i) // (int) |
| Command Name | SUB_INT_VAR_FROM_INT_LVAR |
| Vice City | |
| sascm.ini | 0064=2,%1d% -= %2d% ; (int) |
| Example | 0064: 3@ -= $TEMP_INT // (int) |
| GTA III | |
| gtascm.ini | 0064=2,%1d% -= %2d% ; (int) |
| Example | 0064: 3@ -= $TEMP_INT // (int) |

