Difference between revisions of "0078"
Jump to navigation
Jump to search
(Created page with "{{Icon|trilogy}} '''ADD_TIMED_VAL_TO_FLOAT_VAR''' <hr /> '''Description''' : Adds the value stored in the global variable by the specified Math_operations#Timed_opcodes|time...") |
|||
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]] |
Revision as of 22:29, 15 June 2015
Description
- Adds the value stored in the global variable by the specified timed float
Syntax
- 0078: [global var] += [timed float]
Parameter
- [global var]
- Global variable
- [timed float]
- Floating-point value
Keywords
global, variable, var, float, add, math, timed float, timestep