mwg API
    Preparing search index...

    Interface TargetResult

    What TargetingController.confirm returns, and what its onConfirm carries. Cells only.

    interface TargetResult {
        cells: readonly Step[];
        origin: Step;
        shape: AreaShape;
        target: Step;
    }
    Index
    cells: readonly Step[]

    the cells the shape affects, resolved through the level's own topology

    origin: Step
    shape: AreaShape
    target: Step