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

