Opcode Database

Latest Forum Activity

GTAG - Modding - Opcode Database - 007F

Opcode Database

007F

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

See 0078.
Parameters (v2)1) (Returned) Float (LVAR_FLOAT)
2) Float (FLOAT)
Gamessa vc iii
CategoryDraw, Math
San Andreas
sascm.ini007F=2,%1d% -= frame_delta_time * %2d%
Example007F: 421@ -= frame_delta_time * 1.0
Command NameSUB_TIMED_VAL_FROM_FLOAT_LVAR
Vice City
sascm.ini007F=2,%1d% -= frame_delta_time * %2d%
Example007F: 1@ -= frame_delta_time * 1.0
GTA III
gtascm.ini007f=2,%1d% -= frame_delta_time * %2d%
Example007F: 1@ -= frame_delta_time * 1.0

<< 007E

0080 >>