0013

From GTAMods Wiki
Revision as of 11:52, 2 February 2015 by Seemann (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

GTA III Vice City San Andreas MULT_FLOAT_LVAR_BY_VAL


Description

Multiplies the value stored in the local variable by the specified floating-point value

Syntax

0013: [local var] *= [flt]
[local var] *= [flt]

Parameter

[local var]
Local variable
[flt]
Floating-point value

Keywords

local, variable, var, float, multiply

See also

  • 0010 – mults global var by int
  • 0011 – mults global var by flt
  • 0012 – mults local var by int