GTAG - Modding - Opcode Database - 0060
Opcode Database
0060
| Description | Subtracts the int VAR value from the int VAR. |
|---|---|
| Parameters (v2) | 1) (Returned) Global variable (VAR_INT) 2) Global variable (VAR_INT) |
| Games | |
| Category | Math |
| San Andreas | |
| sascm.ini | 0060=2,%1d% -= %2d% ; (int) |
| Example | 0060: $5283 -= $5285 // (int) |
| Command Name | SUB_INT_VAR_FROM_INT_VAR |
| Vice City | |
| sascm.ini | 0060=2,%1d% -= %2d% ; (int) |
| Example | 0060: $857 -= $860 // (int) |
| GTA III | |
| gtascm.ini | 0060=2,%1d% -= %2d% ; (int) |
| Example | 0060: $DODO_FLIGHTTIME -= $DODO_TAKEOFFTIME // (int) |

