yolkbot
    Preparing search index...

    Enumeration PathfindError

    Different errors in the pathfindError hook (see BotEvents)

    Index

    Enumeration Members

    MissingNodes: "nodes_not_found"

    The player or target node could not be identified

    NoPathFound: "no_path_found"

    No path to the target could be found

    PathTooShort: "path_too_short"

    The target is the next node over, which is a waste of time

    TargetNotFound: "target_not_found"

    The target could not be found (not spawned in)