Opcode Database

Latest Forum Activity

GTAG - Modding - Opcode Database - 007E

Opcode Database

007E

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

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

<< 007D

007F >>