Foundry Virtual Tabletop - API Documentation - Version 14
    Preparing search index...

    Interface TokenPlannedMovement

    interface TokenPlannedMovement {
        foundPath: TokenPlannedMovementWaypoint[];
        hidden: boolean;
        history: TokenMeasuredMovementWaypoint[];
        searching: boolean;
        unreachableWaypoints: TokenPlannedMovementWaypoint[];
    }
    Index

    Properties

    The found path, which goes through all but the unreachable waypoints

    hidden: boolean

    Is the path hidden?

    The movement history

    searching: boolean

    Is the pathfinding still in progress?

    unreachableWaypoints: TokenPlannedMovementWaypoint[]

    The unreachable waypoints, which are those that are not reached by the found path