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

    Interface WallThresholdData

    interface WallThresholdData {
        attenuation?: boolean;
        light?: number;
        sight?: number;
        sound?: number;
    }
    Index

    Properties

    attenuation?: boolean

    Whether to attenuate the source radius when passing through the wall

    light?: number

    Minimum distance in grid units from a light source for which this wall blocks light and darkness

    sight?: number

    Minimum distance in grid units from a vision source for which this wall blocks vision

    sound?: number

    Minimum distance in grid units from a sound source for which this wall blocks sound