yolkbot
    Preparing search index...

    Interface PathOptions

    Options for a Pathfinder.goTo

    interface PathOptions {
        follow?: boolean;
        reach?: number;
    }
    Index

    Properties

    Properties

    follow?: boolean

    Whether to keep re-routing as the destination moves, for chasing a player; defaults to true

    reach?: number

    How close the bot has to get before the destination counts as reached; defaults to 1