GTAG - Modding - Opcode Database - 0066
Opcode Database
0066
| Description | Subtracts the float LVAR value from the float VAR. |
|---|---|
| Parameters (v2) | 1) (Returned) Global variable (VAR_FLOAT) 2) Local variable (LVAR_FLOAT) |
| Games | |
| Category | Math |
| San Andreas | |
| sascm.ini | 0066=2,%1d% -= %2d% ; (int) |
| Example | 0066: $6681 -= 171@ // (int) |
| Command Name | SUB_INT_LVAR_FROM_INT_VAR |
| Vice City | |
| sascm.ini | 0066=2,%1d% -= %2d% ; (int) |
| Example | 0066: $6681 -= 171@ // (int) |
| GTA III | |
| gtascm.ini | 0066=2,%1d% -= %2d% ; (int) |
| Example | 0066: $6681 -= 171@ // (int) |

