Difference between revisions of "0007"
Jump to navigation
Jump to search
(One intermediate revision by the same user not shown) | |||
Line 15: | Line 15: | ||
== Keywords == | == Keywords == | ||
− | set, local, float, variable, math | + | set, local, float, variable, [[math]] |
+ | |||
+ | == See also == | ||
+ | * [[0004]] – sets int value of global var | ||
+ | * [[0005]] – sets flt value of global var | ||
+ | * [[0006]] – sets int value of local var | ||
[[Category:OpCodes]][[Category:Math OpCodes]] | [[Category:OpCodes]][[Category:Math OpCodes]] |
Latest revision as of 21:58, 5 February 2015
Description
- Sets the value of a local variable to a specified float.
Syntax
- 0007: [local var] = [flt]
- [local var] = [flt]
Parameter
- [local var]
- Local variable
- [flt]
- Floating-point value
This opcode sets the value of a local variable to a specified float.
Keywords
set, local, float, variable, math