0014

From GTAMods Wiki
Jump to navigation Jump to search

GTA III Vice City San Andreas DIV_INT_VAR_BY_VAL


Description

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

Syntax

0014: [global var] /= [int]
[global var] /= [int]

Parameter

[global var]
Global variable
[int]
Integer value

Keywords

global, variable, var, integer, div

See also

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