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

    Interface TokenMovementSectionData

    interface TokenMovementSectionData {
        cost: number;
        diagonals: number;
        distance: number;
        spaces: number;
        waypoints: TokenMeasuredMovementWaypoint[];
    }
    Index

    Properties

    cost: number

    The cost of the movement path

    diagonals: number

    The number of diagonals moved along the path

    distance: number

    The distance of the movement path

    spaces: number

    The number of spaces moved along the path

    The waypoints of the movement path