Opcode Database

Latest Forum Activity

GTAG - Modding - Opcode Database - 0080

Opcode Database

0080

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

See 0078.
Parameters (v2)1) (Returned) Float (VAR_FLOAT)
2) Float (VAR_FLOAT)
Gamessa vc iii
CategoryDraw, Math
San Andreas
sascm.ini0080=2,%1d% -= frame_delta_time * %2d%
Example0080: $float -= frame_delta_time * $float2
Command NameSUB_TIMED_FLOAT_VAR_FROM_FLOAT_VAR
Vice City
sascm.ini0080=2,%1d% -= frame_delta_time * %2d%
Example0080: $float -= frame_delta_time * $float2
GTA III
gtascm.ini0080=2,%1d% -= frame_delta_time * %2d%
Example0080: $float -= frame_delta_time * $float2

<< 007F

0081 >>