mwg API
    Preparing search index...

    Interface BallisticaResult

    interface BallisticaResult {
        cells: Step[];
        stop: Step | null;
    }
    Index
    cells: Step[]

    cells from origin through the target or first stopping cell

    stop: Step | null

    the first cell that satisfied stop, or null when the path reached its target