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

    Interface BaseEffectSourceData

    interface BaseEffectSourceData {
        disabled: boolean;
        elevation: number;
        level: string;
        x: number;
        y: number;
    }
    Index

    Properties

    disabled: boolean

    Whether or not the source is disabled

    elevation: number

    The elevation of the point source

    level: string

    The ID of the Level the point source is in

    x: number

    The x-coordinate of the source location

    y: number

    The y-coordinate of the source location