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

    Interface Attack_MeasureTemplateResult

    interface Attack_MeasureTemplateResult {
        delete?: Function;
        place?: Function;
        result: boolean;
    }
    Index

    Properties

    Properties

    delete?: Function

    Function to delete the template, if it has been placed.

    place?: Function

    Function to place the template, if an area was selected.

    result: boolean

    Whether an area was selected.