GTAG - Modding - Opcode Database - 007A
Opcode Database
007A
| Description | Multiplies the delta time since the last frame by the float value of the specified global variable and adds the result to the specified global variable. See 0078. |
|---|---|
| Parameters (v2) | 1) (Returned) Float (VAR_FLOAT) 2) Float (VAR_FLOAT) |
| Games | |
| Category | Draw, Math |
| San Andreas | |
| sascm.ini | 007A=2,%1d% += frame_delta_time * %2d% |
| Example | 007A: $5575 += frame_delta_time * $5574 |
| Command Name | ADD_TIMED_FLOAT_VAR_TO_FLOAT_VAR |
| Vice City | |
| sascm.ini | 007A=2,%1d% += frame_delta_time * %2d% |
| Example | 007A: $float += frame_delta_time * $float2 |
| GTA III | |
| gtascm.ini | 007a=2,%1d% += frame_delta_time * %2d% |
| Example | 007A: $float += frame_delta_time * $float2 |

