0013

From GTAMods Wiki
Revision as of 15:53, 11 October 2010 by Bnb (talk | contribs) (Created page with '{{OpCode | ini = 0013=2,%1d% *= %2d% | description = Multiplies a floating point with a local variable. | p1 = local variable | p2 = a floating point …')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

{{{games}}}


Description
Multiplies a floating point with a local variable.
Syntax
{{{syntax1}}}
Parameter

This opcode multiplies a floating point value with the value of a specific local variable.

Sanny Builder Example

0013: 17@ *= 9.8

Keywords

local, variable, floating point value, multiply