yolkbot
    Preparing search index...

    Interface GameFindResult

    RawFindGameResponse, but with an ok field for validation; returned by Bot.findPublicGame and Bot.createPrivateGame

    interface GameFindResult {
        command: "gameFound";
        id: string;
        noobLobby: boolean;
        ok: true;
        private: boolean;
        region?: string;
        subdomain: string;
        uuid: string;
    }

    Hierarchy

    Index

    Properties

    command: "gameFound"
    id: string
    noobLobby: boolean
    ok: true
    private: boolean
    region?: string

    The game occasionally doesn't send the region. Isn't that weird?

    subdomain: string
    uuid: string