Difference between revisions of "000A"

From GTAMods Wiki
Jump to navigation Jump to search
 
Line 13: Line 13:
  
 
== Keywords ==
 
== Keywords ==
local, variable, var, int, add
+
local, variable, var, int, add, [[math]]
  
 
== See also ==
 
== See also ==

Latest revision as of 09:44, 6 February 2015

GTA III Vice City San Andreas ADD_VAL_TO_INT_LVAR


Description

Adds the value stored in the local variable by the specified integer value

Syntax

000A: [local var] += [int]
[local var] += [int]

Parameter

[local var]
Local variable
[int]
Integer value

Keywords

local, variable, var, int, add, math

See also

  • 0008 – adds global var by int
  • 0009 – adds global var by flt
  • 000B – adds local var by flt