Function VisualShader.isNodeConnection

bool isNodeConnection (
  const(long) type,
  const(long) from_node,
  const(long) from_port,
  const(long) to_node,
  const(long) to_port
) nothrow @nogc const;