Difference between revisions of "0079"
Jump to navigation
Jump to search
(Created page with "{{Icon|trilogy}} '''ADD_TIMED_VAL_TO_FLOAT_LVAR''' <hr /> '''Description''' : Adds the value stored in the local variable by the specified Math_operations#Timed_opcodes|time...") |
|||
(One intermediate revision by the same user not shown) | |||
Line 2: | Line 2: | ||
<hr /> | <hr /> | ||
'''Description''' | '''Description''' | ||
− | : Adds the | + | : Adds the [[Math_operations#Timed_opcodes|timed value]] to the floating-point value of the local variable |
'''Syntax''' | '''Syntax''' | ||
: 0079: [''local var''] += [''timed float''] | : 0079: [''local var''] += [''timed float''] | ||
Line 9: | Line 9: | ||
:: Local variable | :: Local variable | ||
: [''timed float''] | : [''timed float''] | ||
− | :: Floating-point value | + | :: Floating-point timed value |
== Keywords == | == Keywords == | ||
Line 18: | Line 18: | ||
* [[007A]] – adds global var by timed global var | * [[007A]] – adds global var by timed global var | ||
* [[007B]] – adds local var by timed local var | * [[007B]] – adds local var by timed local var | ||
− | * [[007C]] – adds | + | * [[007C]] – adds local var by timed global var |
− | * [[007D]] – adds | + | * [[007D]] – adds global var by timed local var |
[[Category:OpCodes]][[Category:Math OpCodes]] | [[Category:OpCodes]][[Category:Math OpCodes]] |
Latest revision as of 09:55, 16 June 2015
Description
- Adds the timed value to the floating-point value of the local variable
Syntax
- 0079: [local var] += [timed float]
Parameter
- [local var]
- Local variable
- [timed float]
- Floating-point timed value
Keywords
local, variable, var, float, add, math, timed float, timestep