Difference between revisions of "008B"
Jump to navigation
Jump to search
(Created page with "{{Icon|trilogy}} '''SET_LVAR_INT_TO_VAR_INT''' <hr /> '''Description''' : Sets the integer value of the local variable equal to the integer value of the global variable '''Syn...") |
(No difference)
|
Latest revision as of 18:55, 24 June 2015
Description
- Sets the integer value of the local variable equal to the integer value of the global variable
Syntax
- 008B: [local var] = [global var]
- [local var] = [global var]
Parameter
- [local var]
- Local variable
- [global var]
- Global variable
Keywords
set, global, local, integer, variable, math
See also
- 0084 – set global integer equal to global integer
- 0085 – set local integer equal to local integer
- 0086 – set global float equal to global float
- 0087 – set local float equal to local float
- 0088 – set global float equal to local float
- 0089 – set local float equal to global float
- 008A – set global integer equal to local integer