0068

From GTAMods Wiki
Revision as of 08:17, 19 February 2015 by Seemann (talk | contribs) (Created page with "{{Icon|trilogy}} '''MULT_INT_VAR_BY_INT_VAR''' <hr /> '''Description''' : Multiplies the integer value of the global variable by the integer value of the global variable '''Sy...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

GTA III Vice City San Andreas MULT_INT_VAR_BY_INT_VAR


Description

Multiplies the integer value of the global variable by the integer value of the global variable

Syntax

0068: [global var 1] *= [global var 2]
[global var 1] *= [global var 2]

Parameter

[global var 1]
Global variable
[global var 2]
Global variable

Keywords

multiply, global, integer, variable, math

See also

  • 0069 – muls float value of global var by float value of global var
  • 006A – muls int value of local var by int value of local var
  • 006B – muls float value of local var by float value of local var
  • 006C – muls int value of global var by int value of local var
  • 006D – muls float value of global var by float value of local var
  • 006E – muls int value of local var by int value of global var
  • 006F – muls float value of local var by float value of global var