Opcode Database

Latest Forum Activity

GTAG - Modding - Opcode Database - 007C

Opcode Database

007C

DescriptionMultiplies the delta time since the last frame by the float value of the specified global variable and adds the result to 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.ini007C=2,%1d% += frame_delta_time * %2d%
Example007C: 423@ += frame_delta_time * $float
Command NameADD_TIMED_FLOAT_VAR_TO_FLOAT_LVAR
Vice City
sascm.ini007C=2,%1d% += frame_delta_time * %2d%
Example007C: 3@ += frame_delta_time * $float
GTA III
gtascm.ini007c=2,%1d% += frame_delta_time * %2d%
Example007C: 3@ += frame_delta_time * $float

<< 007B

007D >>