yolkbot
    Preparing search index...

    Interface RawFindGameResponse

    The raw gameFound result from the matchmaker

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

    Hierarchy

    Index

    Properties

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

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

    subdomain: string
    uuid: string