Function VisualScript.hasDataConnection
Returns whether the specified data ports are connected.
bool hasDataConnection
(
const(String) func,
const(long) from_node,
const(long) from_port,
const(long) to_node,
const(long) to_port
) nothrow @nogc const;