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