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