GraphEdit.connectNode

Create a connection between the from_port slot of the from GraphNode and the to_port slot of the to GraphNode. If the connection already exists, no connection is created.

struct GraphEdit
@nogc nothrow
GodotError
connectNode
(
in String from
,
in long from_port
,
in String to
,
in long to_port
)

Meta