Function TrnNWN2WalkmeshPayload.findIslandsPath

Calculate the fastest route between two islands. The area need to be baked, as it uses existing path tables.

ushort[] findIslandsPath (
  in const(ushort) fromIslandIndex,
  in const(ushort) toIslandIndex
) const;