Info about Link node |
Fixed wording and grammar of this page, fixed visual for node, fixed missing category, moved the note to a suggestion and fixed link. |
||
(One intermediate revision by one other user not shown) | |||
Line 1: | Line 1: | ||
{{#Invoke:ProtoFlux|GenerateUI | |||
|Name=Link | |||
|Category=Core | |||
|Globals= | |||
[ | |||
{"Name": "A", "Type":"INode"}, | |||
{"Name": "B", "Type":"INode"} | |||
] | |||
|}} | |||
The '''Link''' node is used to connect two different node groups into one. You can drag an output wire (must be [[Value Type|value]] or [[Reference Type|object]], not [[Impulses|call]]) into the null input to connect it. This can be used to make it easier to pack separated nodes together, due to being part of the same group and selecting one node will select them all. | |||
{{Note|This node can also be used to work around this bug (GitHub Issue: [https://github.com/Yellow-Dog-Man/Resonite-Issues/issues/907 #907]) by forcing the node groups to be rebuilt.|suggestion}} | |||
== Globals == | |||
=== A ([[Type:INode|INode]]) === | |||
The node to link from | |||
=== B ([[Type:INode|INode]]) === | |||
The node to link to | |||
[[Category:ProtoFlux:Core]] |
Latest revision as of 06:39, 30 May 2024
Link
null
∅
null
∅
Core
The Link node is used to connect two different node groups into one. You can drag an output wire (must be value or object, not call) into the null input to connect it. This can be used to make it easier to pack separated nodes together, due to being part of the same group and selecting one node will select them all.
Globals
A (INode)
The node to link from
B (INode)
The node to link to