GTAG - Modding - Opcode Database - 007E
Opcode Database
007E
| Description | Multiplies the delta time since the last frame by the specified float value and subtracts the result from the specified global variable. See 0078. |
|---|---|
| Parameters (v2) | 1) (Returned) Float (VAR_FLOAT) 2) Float (FLOAT) |
| Games | |
| Category | Draw, Math |
| San Andreas | |
| sascm.ini | 007E=2,%1d% -= frame_delta_time * %2d% |
| Example | 007E: $float -= frame_delta_time * 6.0 |
| Command Name | SUB_TIMED_VAL_FROM_FLOAT_VAR |
| Vice City | |
| sascm.ini | 007E=2,%1d% -= frame_delta_time * %2d% |
| Example | 007E: $float -= frame_delta_time * 6.0 |
| GTA III | |
| gtascm.ini | 007E=2,%1d% -= frame_delta_time * %2d% |
| Example | 007E: $float -= frame_delta_time * 6.0 |

