Function VisualScript.hasSequenceConnection
Returns whether the specified sequence ports are connected.
bool hasSequenceConnection
(
const(String) func,
const(long) from_node,
const(long) from_output,
const(long) to_node
) nothrow @nogc const;