GTAG - Modding - Opcode Database - 007B
Opcode Database
007B
| 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 local variable. See 0078. |
|---|---|
| Parameters (v2) | 1) (Returned) Float (LVAR_FLOAT) 2) Float (LVAR_FLOAT) |
| Games | |
| Category | Draw, Math |
| San Andreas | |
| sascm.ini | 007B=2,%1d% = frame_delta_time * %2d% |
| Example | 007B: 290@(227@,60f) += frame_delta_time * 425@ |
| Command Name | ADD_TIMED_FLOAT_LVAR_TO_FLOAT_LVAR |
| Vice City | |
| sascm.ini | 007B=2,%1d% = frame_delta_time * %2d% |
| Example | 007B: 0@ += frame_delta_time * 1@ |
| GTA III | |
| gtascm.ini | 007b=2,%1d% = frame_delta_time * %2d% |
| Example | 007B: 0@ += frame_delta_time * 1@ |

