0076

From GTAMods Wiki
Jump to navigation Jump to search

GTA III Vice City San Andreas DIV_INT_LVAR_BY_INT_VAR


Description

Divides the integer value of the local variable by the integer value of the global variable.

Syntax

0076: [local var] /= [global var]
[local var] /= [global var]

Parameter

[local var]
Local variable
[global var]
Global variable

Keywords

divide, div, global, local, integer, variable, math

See also

  • 0070 – divs float value of global var by float value of global var
  • 0071 – divs float value of global var by float value of global var
  • 0072 – divs int value of local var by int value of local var
  • 0073 – divs float value of local var by float value of local var
  • 0074 – divs int value of global var by int value of local var
  • 0075 – divs float value of global var by float value of local var
  • 0077 – divs float value of local var by float value of global var