Triangle.js Docs
    Preparing search index...

    An object describing a summary of the user's EXPERT QUICK PLAY games.

    interface Response {
        best: { rank: number; record?: CH.Types.Record };
        rank: number;
        rank_local: number;
        record?: CH.Types.Record;
    }

    Hierarchy (View Summary)

    Index

    Properties

    best: { rank: number; record?: CH.Types.Record }

    The user's career best:

    Type Declaration

    • rank: number

      The rank said record had in global leaderboards at the end of the week, or -1 if it was not ranked.

    • Optionalrecord?: CH.Types.Record

      The user's best record, or null if the user hasn't placed one yet.

    rank: number

    The user's rank in global leaderboards, or -1 if not in global leaderboards.

    rank_local: number

    The user's rank in their country's leaderboards, or -1 if not in any.

    record?: CH.Types.Record

    The user's record, or null if never played/ hasn't played this week.