0072

From GTAMods Wiki
Revision as of 08:25, 12 March 2015 by Seemann (talk | contribs) (Created page with "{{Icon|trilogy}} '''DIV_INT_LVAR_BY_INT_LVAR''' <hr /> '''Description''' : Divides the integer value of the local variable by the integer value of the local variable '''Syntax...")
(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_INT_LVAR


Description

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

Syntax

0072: [local var 1] /= [local var 2]
[local var 1] /= [local var 2]

Parameter

[local var 1]
Local variable
[local var 2]
Local variable

Keywords

divide, div, 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
  • 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
  • 0076 – divs int value of local var by int value of global var
  • 0077 – divs float value of local var by float value of global var