ProtoFlux:Link: Difference between revisions

From Resonite Wiki
Standardize
Fixed wording and grammar of this page, fixed visual for node, fixed missing category, moved the note to a suggestion and fixed link.
 
Line 1: Line 1:
{{#Invoke:ProtoFlux|GenerateUI
{{#Invoke:ProtoFlux|GenerateUI
|Name=Link
|Name=Link
|Category=Slots
|Category=Core
|Globals=
|Globals=
[
[
Line 9: Line 9:
|}}
|}}


It is used to connect two different node groups into one. You can drag a 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, because when they are part of the same group you can select one node and it will select them all. It can also be used to work around this bug by forcing the node groups to be rebuilt: https://github.com/Yellow-Dog-Man/Resonite-Issues/issues/907
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 ==
== Globals ==
Line 21: Line 22:


The node to link to
The node to link to
[[Category:ProtoFlux:Core]]

Latest revision as of 06:39, 30 May 2024

Link
A
null
B
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.

This node can also be used to work around this bug (GitHub Issue: #907) by forcing the node groups to be rebuilt.

Globals

A (INode)

The node to link from

B (INode)

The node to link to