Opcode Database

Latest Forum Activity

GTAG - Modding - Opcode Database - 007D

Opcode Database

007D

DescriptionMultiplies the delta time since the last frame by the float value of the specified local variable and adds the result to the specified global variable.

See 0078.
Parameters (v2)1) (Returned) Float (VAR_FLOAT)
2) Float (LVAR_FLOAT)
Gamessa vc iii
CategoryDraw, Math
San Andreas
sascm.ini007D=2,%1d% += frame_delta_time * %2d%
Example007D: $float += frame_delta_time * 2@
Command NameADD_TIMED_FLOAT_LVAR_TO_FLOAT_VAR
Vice City
sascm.ini007D=2,%1d% += frame_delta_time * %2d%
Example007D: $float += frame_delta_time * 2@
GTA III
gtascm.ini007d=2,%1d% += frame_delta_time * %2d%
Example007D: $float += frame_delta_time * 2@

<< 007C

007E >>