Difference between revisions of "000B"

From GTAMods Wiki
Jump to navigation Jump to search
(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…')
(No difference)

Revision as of 15:53, 9 October 2010

{{{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