Difference between revisions of "0004"
Jump to navigation
Jump to search
m |
(page updates) |
||
Line 1: | Line 1: | ||
− | {{ | + | {{Icon|trilogy}} '''SET_VAR_INT''' |
− | + | <hr /> | |
− | + | '''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. | This opcode sets the value of a global variable to a specified integer. | ||
− | ==Keywords== | + | == Keywords == |
− | global, integer, variable, math | + | set, global, integer, variable, math |
[[Category:Math OpCodes]] | [[Category:Math OpCodes]] |
Revision as of 03:33, 27 December 2014
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