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