Difference between revisions of "000D"
Jump to navigation
Jump to search
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