Tile - Define Local Array Variable – Ylands
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 11: | Line 11: | ||
---- | ---- | ||
{{Ylands scripting navbox}} | {{Ylands scripting navbox}} | ||
{{DEFAULTSORT:{{#sub:{{PAGENAME}}|14}}}} | |||
[[Category: Instructions]] | |||
[[Category: Ylands 0.10]] | [[Category: Ylands 0.10]] | ||
Revision as of 13:48, 3 January 2019
- A local variable is only available within the scope of one 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.