000A

From GTAMods Wiki
Jump to navigation Jump to search

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