RBWCM-SDK Documentation - v1.1.0
    Preparing search index...

    Interface Game

    The complete raw data structure of a Game.

    interface Game {
        cancelReason: string | null;
        coralId: string | null;
        endedAt: string | Date | null;
        id: number;
        mapSelection: MapSelection;
        pickMode: PickMode;
        pickOrder: number[];
        playedAt: string | Date;
        playersPerTeam: number;
        state: GameState;
        teams: GameTeam[];
        teamsCount: number;
        type: QueueType;
    }
    Index

    Properties

    cancelReason: string | null
    coralId: string | null
    endedAt: string | Date | null
    id: number
    mapSelection: MapSelection
    pickMode: PickMode
    pickOrder: number[]
    playedAt: string | Date
    playersPerTeam: number
    state: GameState
    teams: GameTeam[]
    teamsCount: number
    type: QueueType