GTAG - Modding - Opcode Database - 0081
Opcode Database
0081
| Description | Multiplies the delta time since the last frame by the 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 | 0081=2,%1d% -= frame_delta_time * %2d% |
| Example | 0081: 549@ -= frame_delta_time * 551@ |
| Command Name | SUB_TIMED_FLOAT_LVAR_FROM_FLOAT_LVAR |
| Vice City | |
| sascm.ini | 0081=2,%1d% -= frame_delta_time * %2d% |
| Example | 0081: 0@ -= frame_delta_time * 0@ |
| GTA III | |
| gtascm.ini | 0081=2,%1d% -= frame_delta_time * %2d% |
| Example | 0081: 0@ -= frame_delta_time * 0@ |

