0009

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

{{{games}}}


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

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

Sanny Builder Example

0009: $TEMPVAR_FLOAT_1 += 1.741

Keywords

global, variable, floating point value, add