007E

From GTAMods Wiki
Jump to navigation Jump to search

GTA III Vice City San Andreas SUB_TIMED_VAL_FROM_FLOAT_VAR


Description

Subtracts the timed value from the floating-point value of the global variable

Syntax

007E: [global var] -= [timed float]

Parameter

[global var]
Global variable
[timed float]
Floating-point timed value

Keywords

global, variable, var, float, sub, math, timed float, timestep

See also

  • 007F – subs local var by timed value
  • 0080 – subs global var by timed global var
  • 0081 – subs local var by timed local var
  • 0082 – subs local var by timed global var
  • 0083 – subs global var by timed local var