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

    Interface TileRestrictionsData

    interface TileRestrictionsData {
        light?: boolean;
        weather?: boolean;
    }
    Index

    Properties

    Properties

    light?: boolean

    Should we restricts light?

    weather?: boolean

    Should we restricts weather?