mwg API
    Preparing search index...

    Interface TimeArea

    A part of the map on its own schedule, indexed in parallel with the global one.

    interface TimeArea {
        times: readonly TimeOfDay[];
        contains(x: number, y: number): boolean;
    }
    Index
    times: readonly TimeOfDay[]

    the schedule this area's cells use instead of the global one