Difference between revisions of "0012"
Jump to navigation
Jump to search
(Created page with '{{OpCode | ini = 0012=2,%1d% *= %2d% | description = Multiplies an integer value with a local variable. | p1 = local variable | p2 = an integer value …') |
|||
Line 1: | Line 1: | ||
− | {{ | + | {{Icon|trilogy}} '''MULT_INT_LVAR_BY_VAL''' |
− | + | <hr /> | |
− | + | '''Description''' | |
− | + | : Multiplies the value stored in the local variable by the specified integer value | |
− | + | '''Syntax''' | |
− | + | : 0012: [''local var''] *= [''int''] | |
− | + | : [''local var''] *= [''int''] | |
− | + | '''Parameter''' | |
+ | : [''local var''] | ||
+ | :: Local variable | ||
+ | : [''int''] | ||
+ | :: Integer value | ||
− | == | + | == Keywords == |
+ | local, variable, var, integer, multiply | ||
− | + | == See also == | |
+ | * [[0010]] – mults global var by int | ||
+ | * [[0011]] – mults global var by flt | ||
+ | * [[0013]] – mults local var by flt | ||
− | + | [[Category:OpCodes]][[Category:Math OpCodes]] | |
− | |||
− | |||
− | [[Category: |
Latest revision as of 11:52, 2 February 2015
Description
- Multiplies the value stored in the local variable by the specified integer value
Syntax
- 0012: [local var] *= [int]
- [local var] *= [int]
Parameter
- [local var]
- Local variable
- [int]
- Integer value
Keywords
local, variable, var, integer, multiply