000B

From GTAMods Wiki
Revision as of 09:44, 6 February 2015 by Seemann (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

GTA III Vice City San Andreas ADD_VAL_TO_FLOAT_LVAR


Description

Adds the value stored in the local variable by the specified floating-point value

Syntax

000B: [local var] += [flt]
[local var] += [flt]

Parameter

[local var]
Local variable
[flt]
Floating-point value

Keywords

local, variable, var, float, add, math

See also

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