Difference between revisions of "0013"
Jump to navigation
Jump to search
(Created page with '{{OpCode | ini = 0013=2,%1d% *= %2d% | description = Multiplies a floating point with a local variable. | p1 = local variable | p2 = a floating point …') |
|||
| Line 1: | Line 1: | ||
| − | {{ | + | {{Icon|trilogy}} '''MULT_FLOAT_LVAR_BY_VAL''' |
| − | + | <hr /> | |
| − | + | '''Description''' | |
| − | + | : Multiplies the value stored in the local variable by the specified floating-point value | |
| − | + | '''Syntax''' | |
| − | + | : 0013: [''local var''] *= [''flt''] | |
| − | + | : [''local var''] *= [''flt''] | |
| − | + | '''Parameter''' | |
| + | : [''local var''] | ||
| + | :: Local variable | ||
| + | : [''flt''] | ||
| + | :: Floating-point value | ||
| − | == | + | == Keywords == |
| + | local, variable, var, float, multiply | ||
| − | + | == See also == | |
| + | * [[0010]] – mults global var by int | ||
| + | * [[0011]] – mults global var by flt | ||
| + | * [[0012]] – mults local var by int | ||
| − | + | [[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 floating-point value
Syntax
- 0013: [local var] *= [flt]
- [local var] *= [flt]
Parameter
- [local var]
- Local variable
- [flt]
- Floating-point value
Keywords
local, variable, var, float, multiply