ProtoFlux:Link: Difference between revisions

From Resonite Wiki
Info about Link node
 
Standardize
Line 1: Line 1:
{{#Invoke:ProtoFlux|GenerateUI
|Name=Link
|Category=Slots
|Globals=
[
{"Name": "A", "Type":"INode"},
{"Name": "B", "Type":"INode"}
]
|}}
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
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
== Globals ==
=== A ([[Type:INode|INode]]) ===
The node to link from
=== B ([[Type:INode|INode]]) ===
The node to link to

Revision as of 17:27, 13 February 2024

Link
A
null
B
null
Slots

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


Globals

A (INode)

The node to link from

B (INode)

The node to link to