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

