mwg API
    Preparing search index...

    Interface RoomEdge

    a corridor between two rooms, by index into the level's own rooms array

    interface RoomEdge {
        a: number;
        b: number;
        extra: boolean;
    }
    Index
    a: number
    b: number
    extra: boolean

    false for the backbone chain that guarantees reachability; true for an added loop