Function AnimationTreePlayer.areNodesConnected

Returns whether node id and dst_id are connected at the specified slot.

bool areNodesConnected (
  const(String) id,
  const(String) dst_id,
  const(long) dst_input_idx
) nothrow @nogc const;