0017

From GTAMods Wiki
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