Tile - Define Local Array Variable – Ylands
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - " (\=+)([a-zA-Z0-9][^ ]+[a-zA-Z0-9])(\=+) " to " $1 $2 $3 ") |
Lou Montana (talk | contribs) m (Text replacement - "[[Ylands " to "[[Ylands:") |
||
Line 6: | Line 6: | ||
= Notes = | = Notes = | ||
*See also: [[Ylands Visual scripting introduction|'''Introduction to Visual scripting''']], [[Ylands Script conventions|'''Conventions''']]. | *See also: [[Ylands:Visual scripting introduction|'''Introduction to Visual scripting''']], [[Ylands:Script conventions|'''Conventions''']]. | ||
Revision as of 16:35, 16 November 2022
- 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.