Pathfinder 1e for Foundry VTT
    Preparing search index...

    Interface SectionData

    interface SectionData {
        _emotion?: boolean;
        _hidden?: boolean;
        _hideEmpty?: boolean;
        _material?: boolean;
        _preparedOnly?: boolean;
        _somatic?: boolean;
        _thought?: boolean;
        _verbal?: boolean;
        items: ItemPF[];
    }
    Index

    Properties

    _emotion?: boolean
    _hidden?: boolean
    _hideEmpty?: boolean
    _material?: boolean
    _preparedOnly?: boolean
    _somatic?: boolean
    _thought?: boolean
    _verbal?: boolean
    items: ItemPF[]