0011

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

{{{games}}}


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

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

Sanny Builder Example

0010: $GS_GANG_CASH *= 100.0

Keywords

global, variable, floating point value, multiply