000B

From GTAMods Wiki
Revision as of 15:53, 9 October 2010 by Bnb (talk | contribs) (Created page with '{{OpCode | ini = 000B=2,%1d% += %2d% | description = Adds a floating-point value to a local variable. | p1 = local variable | p2 = a floating-point va…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

{{{games}}}


Description
Adds a floating-point value to a local variable.
Syntax
{{{syntax1}}}
Parameter

This opcode adds a floating-point value to the value of a specific local variable.

Sanny Builder Example

000B: 6@ += 0.1

Keywords

local, variable, floating point value, add, math