000E

From GTAMods Wiki
Revision as of 16:12, 9 October 2010 by Bnb (talk | contribs) (Created page with '{{OpCode | ini = 000E=2,%1d% -= %2d% | description = Deducts an integer value from a global variable. | p1 = local variable | p2 = an integer value |…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

{{{games}}}


Description
Deducts an integer value from a global variable.
Syntax
{{{syntax1}}}
Parameter

This opcode deducts an integer value from the value of a specific local variable.

Sanny Builder Example

000E: 0@ -= 1

Keywords

local, variable, integer value, deduct