0017

From GTAMods Wiki
Revision as of 15:10, 3 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 DIV_FLOAT_LVAR_BY_VAL


Description

Divides 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, div

See also

  • 0014 – divs global var by int
  • 0015 – divs global var by flt
  • 0016 – divs local var by int