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

    Interface RegionMovementSegment

    interface RegionMovementSegment {
        from: ElevatedPoint;
        teleport: boolean;
        to: ElevatedPoint;
        type: RegionMovementSegmentType;
    }
    Index

    Properties

    Properties

    The waypoint that this segment starts from.

    teleport: boolean

    Teleport between the waypoints?

    The waypoint that this segment goes to.

    The type of this segment (see CONST.REGION_MOVEMENT_SEGMENTS).