yolkbot
    Preparing search index...

    Interface CheckCodeResult

    Returned by Bot.checkGameCode

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

    Properties

    Properties

    exists: boolean
    ok: boolean