0016

From GTAMods Wiki
Revision as of 15:11, 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_INT_LVAR_BY_VAL


Description

Divides the value stored in the local variable by the specified integer value

Syntax

0016: [local var] /= [int]
[local var] /= [int]

Parameter

[local var]
Local variable
[int]
Integer value

Keywords

local, variable, var, integer, div

See also

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