GTAG - Modding - Opcode Database - 007C
Opcode Database
007C
| 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 local variable. See 0078. |
|---|---|
| Parameters (v2) | 1) (Returned) Float (LVAR_FLOAT) 2) Float (VAR_FLOAT) |
| Games | |
| Category | Draw, Math |
| San Andreas | |
| sascm.ini | 007C=2,%1d% += frame_delta_time * %2d% |
| Example | 007C: 423@ += frame_delta_time * $float |
| Command Name | ADD_TIMED_FLOAT_VAR_TO_FLOAT_LVAR |
| Vice City | |
| sascm.ini | 007C=2,%1d% += frame_delta_time * %2d% |
| Example | 007C: 3@ += frame_delta_time * $float |
| GTA III | |
| gtascm.ini | 007c=2,%1d% += frame_delta_time * %2d% |
| Example | 007C: 3@ += frame_delta_time * $float |

