Function AnimationTreePlayer.connectNodes

Connects node id to dst_id at the specified input slot.

godot.core.defs.GodotError connectNodes (
  const(String) id,
  const(String) dst_id,
  const(long) dst_input_idx
) nothrow @nogc;