007F

From GTAMods Wiki
Jump to navigation Jump to search

GTA III Vice City San Andreas SUB_TIMED_VAL_FROM_FLOAT_LVAR


Description

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

Syntax

007F: [local var] -= [timed float]

Parameter

[local var]
Local variable
[timed float]
Floating-point timed value

Keywords

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

See also

  • 007E – subs global 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