Function sendTo

  • Deploy the autumn-aton to a location of your choosing.

    Parameters

    • target: Location | Location[] | ((locations: Location[]) => Location)

      A location to send the autumn-aton to, or a prioritized list of locations to send it to, or a function to pick which location to send it to.

    • upgrade: boolean = true

      Should we apply any upgrades we see available?

    Returns Location | null

    Where we ended up sending the autumn-aton; null if we didn't send it off.