[Go to site: main page, start]

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