Difference between revisions of "0009"
Jump to navigation
Jump to search
(Created page with '{{OpCode | ini = 0009=2,%1d% += %2d% | description = Adds a floating-point value to a global variable. | p1 = global variable | p2 = a floating-point …') |
|||
| (2 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
| − | {{ | + | {{Icon|trilogy}} '''ADD_VAL_TO_FLOAT_VAR''' |
| − | + | <hr /> | |
| − | + | '''Description''' | |
| − | + | : Adds the value stored in the global variable by the specified floating-point value | |
| − | + | '''Syntax''' | |
| − | + | : 0009: [''global var''] += [''float''] | |
| − | + | : [''global var''] += [''float''] | |
| − | + | '''Parameter''' | |
| + | : [''global var''] | ||
| + | :: Global variable | ||
| + | : [''float''] | ||
| + | :: Floating-point value | ||
| − | == | + | == Keywords == |
| + | global, variable, var, float, add, [[math]] | ||
| − | + | == See also == | |
| + | * [[0008]] – adds global var by int | ||
| + | * [[000A]] – adds local var by int | ||
| + | * [[000B]] – adds local var by flt | ||
| − | + | [[Category:OpCodes]][[Category:Math OpCodes]] | |
| − | |||
| − | |||
| − | [[Category: | ||
Latest revision as of 09:44, 6 February 2015
Description
- Adds the value stored in the global variable by the specified floating-point value
Syntax
- 0009: [global var] += [float]
- [global var] += [float]
Parameter
- [global var]
- Global variable
- [float]
- Floating-point value
Keywords
global, variable, var, float, add, math