VisualScript.hasDataConnection

Returns whether the specified data ports are connected.

struct VisualScript
@nogc nothrow const
bool
hasDataConnection
(
in String func
,
in long from_node
,
in long from_port
,
in long to_node
,
in long to_port
)

Meta