Difference between revisions of "000E"

From GTAMods Wiki
Jump to navigation Jump to search
(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 |…')
 
Line 1: Line 1:
 
{{OpCode
 
{{OpCode
 
| ini        = 000E=2,%1d% -= %2d%
 
| ini        = 000E=2,%1d% -= %2d%
| description = Deducts  an integer value from a global variable.   
+
| description = Deducts  an integer value from a local variable.   
 
| p1          = local variable
 
| p1          = local variable
 
| p2          = an integer value
 
| p2          = an integer value

Revision as of 16:14, 9 October 2010

{{{games}}}


Description
Deducts an integer value from a local 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