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

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.