Difference between revisions of "0006"
Jump to navigation
Jump to search
Line 17: | Line 17: | ||
set, local, integer, variable, math | set, local, integer, variable, math | ||
− | [[Category:Math OpCodes]] | + | [[Category:OpCodes]][[Category:Math OpCodes]] |
Revision as of 21:14, 27 January 2015
Description
- Sets the value of a local variable to a specified integer.
Syntax
- 0006: [local var] = [int]
- [local var] = [int]
Parameter
- [local var]
- Local variable
- [int]
- Integer value
This opcode sets the value of a local variable to a specified integer.
Keywords
set, local, integer, variable, math