0096

From GTAMods Wiki
Revision as of 09:52, 10 February 2015 by Seemann (talk | contribs) (Created page with "{{Icon|trilogy}} '''ABS_VAR_FLOAT''' <hr /> '''Description''' : Takes the absolute value of a global variable floating-point value '''Syntax''' : 0096: make [''var''] absolute...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

GTA III Vice City San Andreas ABS_VAR_FLOAT


Description

Takes the absolute value of a global variable floating-point value

Syntax

0096: make [var] absolute_float

Parameter

[var]
Global variable to pass the floating-point value and store absolute value of it

Native analog

ABSF

Keywords

absolute, value, modulus, float, global, var, math

See also

  • 0094 – absolute value of global var int
  • 0095 – absolute value of local var int
  • 0097 – absolute value of local var flt