Difference between revisions of "000F"
Jump to navigation
Jump to search
(Created page with '{{OpCode | ini = 000F=2,%1d% -= %2d% | description = Deducts an floating point value from a local variable. | p1 = local variable | p2 = a floating p…') |
|||
Line 1: | Line 1: | ||
− | {{ | + | {{Icon|trilogy}} '''SUB_VAL_FROM_FLOAT_LVAR''' |
− | + | <hr /> | |
− | + | '''Description''' | |
− | + | : Subtracts the specified floating-point value from the value stored in the local variable | |
− | + | '''Syntax''' | |
− | + | : 000F: [''local var''] -= [''flt''] | |
− | + | : [''local var''] -= [''flt''] | |
− | + | '''Parameter''' | |
+ | : [''local var''] | ||
+ | :: Local variable | ||
+ | : [''flt''] | ||
+ | :: Floating-point value | ||
− | == | + | == Keywords == |
+ | local, variable, var, float, sub | ||
− | + | == See also == | |
+ | * [[000C]] – subs int from global var | ||
+ | * [[000D]] – subs flt from global var | ||
+ | * [[000E]] – subs int from local var | ||
− | + | [[Category:OpCodes]][[Category:Math OpCodes]] | |
− | |||
− | |||
− | [[Category: |
Latest revision as of 11:30, 2 February 2015
Description
- Subtracts the specified floating-point value from the value stored in the local variable
Syntax
- 000F: [local var] -= [flt]
- [local var] -= [flt]
Parameter
- [local var]
- Local variable
- [flt]
- Floating-point value
Keywords
local, variable, var, float, sub