Difference between revisions of "0007"
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
− | {{ | + | {{Icon|trilogy}} '''SET_LVAR_FLOAT''' |
− | + | <hr /> | |
− | + | '''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 | ||
− | + | [[Category:Math OpCodes]] | |
− | |||
− | |||
− | [[Category: |
Revision as of 21:10, 27 January 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