Difference between revisions of "000A"
Jump to navigation
Jump to search
(Created page with '{{OpCode | ini = 000A=2,%1d% = %2d% | description = Stores a integer value into a local variable. | p1 = local variable | p2 = an integer value | game…') |
|||
| (One intermediate revision by the same user not shown) | |||
| Line 1: | Line 1: | ||
| − | {{ | + | {{Icon|trilogy}} '''ADD_VAL_TO_INT_LVAR''' |
| − | + | <hr /> | |
| − | + | '''Description''' | |
| − | + | : Adds the value stored in the local variable by the specified integer value | |
| − | + | '''Syntax''' | |
| − | + | : 000A: [''local var''] += [''int''] | |
| − | + | : [''local var''] += [''int''] | |
| − | + | '''Parameter''' | |
| + | : [''local var''] | ||
| + | :: Local variable | ||
| + | : [''int''] | ||
| + | :: Integer value | ||
| − | == | + | == Keywords == |
| + | local, variable, var, int, add, [[math]] | ||
| − | + | == See also == | |
| + | * [[0008]] – adds global var by int | ||
| + | * [[0009]] – adds global var by flt | ||
| + | * [[000B]] – adds local var by flt | ||
| − | + | [[Category:OpCodes]][[Category:Math OpCodes]] | |
| − | |||
| − | |||
| − | [[Category: | ||
Latest revision as of 09:44, 6 February 2015
Description
- Adds the value stored in the local variable by the specified integer value
Syntax
- 000A: [local var] += [int]
- [local var] += [int]
Parameter
- [local var]
- Local variable
- [int]
- Integer value
Keywords
local, variable, var, int, add, math