GTAG - Modding - Opcode Database - 0063
Opcode Database
0063
| Description | Subtracts the float LVAR value from the float LVAR. |
|---|---|
| Parameters (v2) | 1) (Returned) Local variable (LVAR_FLOAT) 2) Local variable (LVAR_FLOAT) |
| Games | |
| Category | Math |
| San Andreas | |
| sascm.ini | 0063=2,%1d% -= %2d% ; (float) |
| Example | 0063: 18@ -= 6@ // (float) |
| Command Name | SUB_FLOAT_LVAR_FROM_FLOAT_LVAR |
| Vice City | |
| sascm.ini | 0063=2,%1d% -= %2d% ; (float) |
| Example | 0063: 18@ -= 6@ // (float) |
| GTA III | |
| gtascm.ini | 0063=2,%1d% -= %2d% ; (float) |
| Example | 0063: 18@ -= 6@ // (float) |

