GraphEdit.getConnectionList

Return an Array containing the list of connections. A connection consists in a structure of the form {from_slot: 0, from: "GraphNode name 0", to_slot: 1, to: "GraphNode name 1" }

struct GraphEdit
@nogc nothrow const
Array
getConnectionList
()

Meta