yolkbot
    Preparing search index...

    Interface CheckCodeResult

    Returned by Bot.checkGameCode

    interface CheckCodeResult {
        exists: boolean;
        game?: GameFindResult;
        ok: boolean;
    }
    Index

    Properties

    Properties

    exists: boolean

    Whether the game exists.

    The game information, if it exists.

    ok: boolean

    Whether or not the code was able to be successfully checked. This does NOT indicate whether the game exists.