Difference between revisions of "007B"
Jump to navigation
Jump to search
(Created page with "{{Icon|trilogy}} '''ADD_TIMED_FLOAT_LVAR_TO_FLOAT_LVAR''' <hr /> '''Description''' : Adds the timed value of the local variable to the floati...") |
|||
Line 18: | Line 18: | ||
* [[0079]] – adds local var by timed value | * [[0079]] – adds local var by timed value | ||
* [[007A]] – adds global var by timed global var | * [[007A]] – adds global var by timed global 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 22:30, 15 June 2015
ADD_TIMED_FLOAT_LVAR_TO_FLOAT_LVAR
Description
- Adds the timed value of the local variable to the floating-point value of the local variable
Syntax
- 007B: [local var] += [timed local var]
Parameter
- [local var]
- Local variable
- [timed local var]
- Local variable
Keywords
local, variable, var, float, add, math, timed float, timestep