Difference between revisions of "007A"

From GTAMods Wiki
Jump to navigation Jump to search
(Created page with "{{Icon|trilogy}} '''ADD_TIMED_FLOAT_VAR_TO_FLOAT_VAR''' <hr /> '''Description''' : Adds the timed value of the global variable to the floatin...")
 
 
Line 18: Line 18:
 
* [[0079]] &ndash; adds local var by timed value
 
* [[0079]] &ndash; adds local var by timed value
 
* [[007B]] &ndash; adds local var by timed local var
 
* [[007B]] &ndash; adds local var by timed local var
* [[007C]] &ndash; adds global var by timed local var
+
* [[007C]] &ndash; adds local var by timed global var
* [[007D]] &ndash; adds local var by timed global var
+
* [[007D]] &ndash; adds global var by timed local var
  
 
[[Category:OpCodes]][[Category:Math OpCodes]]
 
[[Category:OpCodes]][[Category:Math OpCodes]]

Latest revision as of 22:30, 15 June 2015

GTA III Vice City San Andreas ADD_TIMED_FLOAT_VAR_TO_FLOAT_VAR


Description

Adds the timed value of the global variable to the floating-point value of the global variable

Syntax

007A: [global var] += [timed global var]

Parameter

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

Keywords

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

See also

  • 0078 – adds global var by timed value
  • 0079 – adds local var by timed value
  • 007B – adds local var by timed local var
  • 007C – adds local var by timed global var
  • 007D – adds global var by timed local var