Opcode Database

Latest Forum Activity

GTAG - Modding - Opcode Database - 007B

Opcode Database

007B

DescriptionMultiplies 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)
Gamessa vc iii
CategoryDraw, Math
San Andreas
sascm.ini007B=2,%1d% = frame_delta_time * %2d%
Example007B: 290@(227@,60f) += frame_delta_time * 425@
Command NameADD_TIMED_FLOAT_LVAR_TO_FLOAT_LVAR
Vice City
sascm.ini007B=2,%1d% = frame_delta_time * %2d%
Example007B: 0@ += frame_delta_time * 1@
GTA III
gtascm.ini007b=2,%1d% = frame_delta_time * %2d%
Example007B: 0@ += frame_delta_time * 1@

<< 007A

007C >>