mwg API
    Preparing search index...

    Interface SideTurnsOptions

    interface SideTurnsOptions {
        areas?: readonly TimeArea[];
        round?: number;
        schedule: readonly TimeOfDay[];
        sideIndex?: number;
        sides: readonly string[];
        timeIndex?: number;
    }
    Index
    areas?: readonly TimeArea[]

    per-cell schedule overrides; the first area containing a cell wins

    round?: number

    the first round, 1 by default (rounds are 1-based, as the reference's turn is)

    schedule: readonly TimeOfDay[]

    the time-of-day schedule, one entry per round, cycling

    sideIndex?: number

    which side takes the first turn; 0 by default

    sides: readonly string[]

    the sides in the order they take turns within a round

    timeIndex?: number

    the schedule entry the first round uses; 0 by default