Difference between revisions of "0095"

From GTAMods Wiki
Jump to navigation Jump to search
(Created page with '{{Icon|trilogy}} <hr /> '''Description''' : Takes the absolute value of a local variable integer value '''Syntax''' : 0095: make [''local var int''] absolute_integer '''Parameter…')
 
 
Line 1: Line 1:
{{Icon|trilogy}}
+
{{Icon|trilogy}} '''ABS_LVAR_INT'''
 
<hr />
 
<hr />
 
'''Description'''
 
'''Description'''
 
: Takes the absolute value of a local variable integer value
 
: Takes the absolute value of a local variable integer value
 
'''Syntax'''
 
'''Syntax'''
: 0095: make [''local var int''] absolute_integer
+
: 0095: make [''var''] absolute_integer
 
'''Parameter'''
 
'''Parameter'''
: [''local var int'']
+
: [''var'']
 
:: Local variable to pass the integer value and store absolute value of it
 
:: Local variable to pass the integer value and store absolute value of it
 
'''Native analog'''
 
'''Native analog'''
Line 12: Line 12:
  
 
== Keywords ==
 
== Keywords ==
absolute, value, modulus, float, math
+
absolute, value, modulus, int, local, var, [[math]]
  
 
== See also ==
 
== See also ==

Latest revision as of 09:47, 10 February 2015

GTA III Vice City San Andreas ABS_LVAR_INT


Description

Takes the absolute value of a local variable integer value

Syntax

0095: make [var] absolute_integer

Parameter

[var]
Local variable to pass the integer value and store absolute value of it

Native analog

ABSI

Keywords

absolute, value, modulus, int, local, var, math

See also

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