Tile - Define Local Array Variable – Ylands
Jump to navigation
Jump to search
- A local variable is a variable available only within the scope of current instruction sequence.
- New local variable is defined when placed in valid instruction sequence.
- Only instructions placed after local variable definition can access that variable.
- Set variable instruction is dragged directly from context menu (right click on definition tile).
Notes
- See also: Introduction to Visual scripting, Conventions.