0012

From GTAMods Wiki
Revision as of 15:50, 11 October 2010 by Bnb (talk | contribs) (Created page with '{{OpCode | ini = 0012=2,%1d% *= %2d% | description = Multiplies an integer value with a local 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
Multiplies an integer value with a local variable.
Syntax
{{{syntax1}}}
Parameter

This opcode multiplies an integer value with the value of a specific local variable.

Sanny Builder Example

0012: 22@ *= -1

Keywords

local, variable, integer value, multiply