moons-ta-client
    Preparing search index...

    Interface LeaderboardEntry

    from protobuf message proto.models.LeaderboardEntry

    interface LeaderboardEntry {
        accuracy: number;
        badCuts: number;
        color: string;
        eventId: string;
        fullCombo: boolean;
        goodCuts: number;
        isPlaceholder: boolean;
        mapId: string;
        maxCombo: number;
        maxPossibleScore: number;
        modifiedScore: number;
        multipliedScore: number;
        notesMissed: number;
        platformId: string;
        username: string;
    }
    Index

    Properties

    accuracy: number

    from protobuf field: double accuracy = 8;

    badCuts: number

    from protobuf field: int32 bad_cuts = 10;

    color: string

    from protobuf field: string color = 15;

    eventId: string

    from protobuf field: string event_id = 1;

    fullCombo: boolean

    from protobuf field: bool full_combo = 13;

    goodCuts: number

    from protobuf field: int32 good_cuts = 11;

    isPlaceholder: boolean

    from protobuf field: bool is_placeholder = 14;

    mapId: string

    from protobuf field: string map_id = 2;

    maxCombo: number

    from protobuf field: int32 max_combo = 12;

    maxPossibleScore: number

    from protobuf field: int32 max_possible_score = 7;

    modifiedScore: number

    from protobuf field: int32 modified_score = 6;

    multipliedScore: number

    from protobuf field: int32 multiplied_score = 5;

    notesMissed: number

    from protobuf field: int32 notes_missed = 9;

    platformId: string

    from protobuf field: string platform_id = 3;

    username: string

    from protobuf field: string username = 4;