Opcode Database

Latest Forum Activity

GTAG - Modding - Opcode Database - 0082

Opcode Database

0082

DescriptionMultiplies the delta time since the last frame by the value of the specified global variable and subtracts the result from the specified local variable.

See 0078.
Parameters (v2)1) (Returned) Float (LVAR_FLOAT)
2) Float (VAR_FLOAT)
Gamessa vc iii
CategoryDraw, Math
San Andreas
sascm.ini0082=2,%1d% -= frame_delta_time * %2d% ; (float)
Example0082: 18@ -= frame_delta_time * $8736 // (float)
Command NameSUB_TIMED_FLOAT_VAR_FROM_FLOAT_LVAR
Vice City
sascm.ini0082=2,%1d% -= frame_delta_time * %2d% ;; floating-point (never used in VC or GTA 3)
Example0082: 9@ -= frame_delta_time * $float // (float)
GTA III
gtascm.ini0082=2,%1d% -= frame_delta_time * %2d% ;; floating-point
Example0082: 9@ -= frame_delta_time * $float // (float)

<< 0081

0083 >>