GTAG - Modding - Opcode Database - 007F
Opcode Database
007F
| Description | Multiplies the delta time since the last frame by the specified value and subtracts the result from the specified local variable. See 0078. |
|---|---|
| Parameters (v2) | 1) (Returned) Float (LVAR_FLOAT) 2) Float (FLOAT) |
| Games | |
| Category | Draw, Math |
| San Andreas | |
| sascm.ini | 007F=2,%1d% -= frame_delta_time * %2d% |
| Example | 007F: 421@ -= frame_delta_time * 1.0 |
| Command Name | SUB_TIMED_VAL_FROM_FLOAT_LVAR |
| Vice City | |
| sascm.ini | 007F=2,%1d% -= frame_delta_time * %2d% |
| Example | 007F: 1@ -= frame_delta_time * 1.0 |
| GTA III | |
| gtascm.ini | 007f=2,%1d% -= frame_delta_time * %2d% |
| Example | 007F: 1@ -= frame_delta_time * 1.0 |

