Difference between revisions of "0071"

From GTAMods Wiki
Jump to navigation Jump to search
(Created page with "{{Icon|trilogy}} '''DIV_FLOAT_VAR_BY_FLOAT_VAR''' <hr /> '''Description''' : Divides the floating-point value of the global variable by the floating-point value of the global...")
 
(No difference)

Latest revision as of 08:25, 12 March 2015

GTA III Vice City San Andreas DIV_FLOAT_VAR_BY_FLOAT_VAR


Description

Divides the floating-point value of the global variable by the floating-point value of the global variable

Syntax

0071: [global var 1] /= [global var 2]
[global var 1] /= [global var 2]

Parameter

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

Keywords

divide, div, global, float, variable, math

See also

  • 0070 – 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
  • 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