Opcode Database

Latest Forum Activity

GTAG - Modding - Opcode Database - 0081

Opcode Database

0081

DescriptionMultiplies 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)
Gamessa vc iii
CategoryDraw, Math
San Andreas
sascm.ini0081=2,%1d% -= frame_delta_time * %2d%
Example0081: 549@ -= frame_delta_time * 551@
Command NameSUB_TIMED_FLOAT_LVAR_FROM_FLOAT_LVAR
Vice City
sascm.ini0081=2,%1d% -= frame_delta_time * %2d%
Example0081: 0@ -= frame_delta_time * 0@
GTA III
gtascm.ini0081=2,%1d% -= frame_delta_time * %2d%
Example0081: 0@ -= frame_delta_time * 0@

<< 0080

0082 >>