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

    Interface TokenRulerData

    interface TokenRulerData {
        passedWaypoints: TokenMeasuredMovementWaypoint[];
        pendingWaypoints: TokenMeasuredMovementWaypoint[];
        plannedMovement: { [userId: string]: TokenPlannedMovement };
    }
    Index

    Properties

    The waypoints that were already passed by the Token

    pendingWaypoints: TokenMeasuredMovementWaypoint[]

    The waypoints that the Token will try move to next

    plannedMovement: { [userId: string]: TokenPlannedMovement }

    Movement planned by Users