interface Attack_MeasureTemplateResult {
    delete: undefined | Function;
    place: undefined | Function;
    result: boolean;
}

Properties

Properties

delete: undefined | Function

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

place: undefined | Function

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

result: boolean

Whether an area was selected.