0081

From GTAMods Wiki
Revision as of 10:02, 16 June 2015 by Seemann (talk | contribs) (Created page with "{{Icon|trilogy}} '''SUB_TIMED_FLOAT_LVAR_FROM_FLOAT_LVAR''' <hr /> '''Description''' : Subtracts the timed value of the local variable from t...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

GTA III Vice City San Andreas SUB_TIMED_FLOAT_LVAR_FROM_FLOAT_LVAR


Description

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

Syntax

0081: [local var] -= [timed local var]

Parameter

[local var]
Local variable
[timed local var]
Local variable

Keywords

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

See also

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