Difference between revisions of "0080"

From GTAMods Wiki
Jump to navigation Jump to search
(Created page with "{{Icon|trilogy}} '''SUB_TIMED_FLOAT_VAR_FROM_FLOAT_VAR''' <hr /> '''Description''' : Subtracts the timed value of the global variable from th...")
 
(No difference)

Latest revision as of 10:02, 16 June 2015

GTA III Vice City San Andreas SUB_TIMED_FLOAT_VAR_FROM_FLOAT_VAR


Description

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

Syntax

0080: [global var] -= [timed global var]

Parameter

[global var]
Global variable
[timed global var]
Global variable

Keywords

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

See also

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