Opcode Database

Latest Forum Activity

GTAG - Modding - Opcode Database - 007A

Opcode Database

007A

DescriptionMultiplies the delta time since the last frame by the float value of the specified global variable and adds the result to 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.ini007A=2,%1d% += frame_delta_time * %2d%
Example007A: $5575 += frame_delta_time * $5574
Command NameADD_TIMED_FLOAT_VAR_TO_FLOAT_VAR
Vice City
sascm.ini007A=2,%1d% += frame_delta_time * %2d%
Example007A: $float += frame_delta_time * $float2
GTA III
gtascm.ini007a=2,%1d% += frame_delta_time * %2d%
Example007A: $float += frame_delta_time * $float2

<< 0079

007B >>