GraphEditGetConnectionList Method |
Returns an Array containing the list of connections. A connection consists in a structure of the form { from_port: 0, from: "GraphNode name 0", to_port: 1, to: "GraphNode name 1" }.
Namespace: Godot
public Array GetConnectionList()
[Missing <returns> documentation for "M:Godot.GraphEdit.GetConnectionList"]