0075

From GTAMods Wiki
Revision as of 08:25, 12 March 2015 by Seemann (talk | contribs) (Created page with "{{Icon|trilogy}} '''DIV_FLOAT_VAR_BY_FLOAT_LVAR''' <hr /> '''Description''' : Divides the floating-point value of the global variable by the floating-point value of the local...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

GTA III Vice City San Andreas DIV_FLOAT_VAR_BY_FLOAT_LVAR


Description

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

Syntax

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

Parameter

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

Keywords

divide, div, global, local, float, 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
  • 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