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

    Interface ItemAttack_Dialog_Result

    interface ItemAttack_Dialog_Result {
        fullAttack: boolean;
        html: JQuery<HTMLElement>;
    }
    Index

    Properties

    Properties

    fullAttack: boolean

    Whether it's a full attack (true) or a single attack (false)

    html: JQuery<HTMLElement>

    The html containing user input and selections.