Difference between revisions of "0004"

From GTAMods Wiki
Jump to navigation Jump to search
(what a mess)
 
(7 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{OpCode
+
{{Icon|trilogy}} '''SET_VAR_INT'''
| ini        = 0004=2,%1d% %2d%
+
<hr />
| description = Sets the value of a global variable a specified integer.
+
'''Description'''
| p1          = global variable
+
: Sets the value of a global variable to a specified integer.
| p2          = integer value
+
'''Syntax'''
| game        = [[GTA 3]], [[Vice City]], [[San Andreas]]
+
: 0004: [''global var''] = [''int'']
}}
+
: [''global var''] = [''int'']
This opcode sets a global variable to a specified integer.
+
'''Parameter'''
[[Category:Math_OpCodes]]
+
: [''global var'']
 +
:: Global variable
 +
: [''int'']
 +
:: Integer value
 +
 
 +
This opcode sets the value of a global variable to a specified integer.
 +
 
 +
== Keywords ==
 +
set, global, integer, variable, [[math]]
 +
 
 +
== See also ==
 +
* [[0005]] &ndash; sets flt value of global var
 +
* [[0006]] &ndash; sets int value of local var
 +
* [[0007]] &ndash; sets flt value of local var
 +
 
 +
[[Category:OpCodes]][[Category:Math OpCodes]]

Latest revision as of 21:57, 5 February 2015

GTA III Vice City San Andreas SET_VAR_INT


Description

Sets the value of a global variable to a specified integer.

Syntax

0004: [global var] = [int]
[global var] = [int]

Parameter

[global var]
Global variable
[int]
Integer value

This opcode sets the value of a global variable to a specified integer.

Keywords

set, global, integer, variable, math

See also

  • 0005 – sets flt value of global var
  • 0006 – sets int value of local var
  • 0007 – sets flt value of local var