moons-ta-client
    Preparing search index...

    Interface RealtimeScore

    from protobuf message proto.models.RealtimeScore

    interface RealtimeScore {
        accuracy: number;
        badCuts: number;
        bombHits: number;
        combo: number;
        leftHand?: ScoreTrackerHand;
        maxCombo: number;
        maxScore: number;
        maxScoreWithModifiers: number;
        notesMissed: number;
        playerHealth: number;
        rightHand?: ScoreTrackerHand;
        score: number;
        scoreWithModifiers: number;
        songPosition: number;
        userGuid: string;
        wallHits: number;
    }
    Index

    Properties

    accuracy: number

    from protobuf field: double accuracy = 8;

    badCuts: number

    from protobuf field: int32 bad_cuts = 11;

    bombHits: number

    from protobuf field: int32 bomb_hits = 12;

    combo: number

    from protobuf field: int32 combo = 6;

    leftHand?: ScoreTrackerHand

    from protobuf field: proto.models.ScoreTrackerHand left_hand = 15;

    maxCombo: number

    from protobuf field: int32 max_combo = 14;

    maxScore: number

    from protobuf field: int32 max_score = 4;

    maxScoreWithModifiers: number

    from protobuf field: int32 max_score_with_modifiers = 5;

    notesMissed: number

    from protobuf field: int32 notes_missed = 10;

    playerHealth: number

    from protobuf field: float player_health = 7;

    rightHand?: ScoreTrackerHand

    from protobuf field: proto.models.ScoreTrackerHand right_hand = 16;

    score: number

    from protobuf field: int32 score = 2;

    scoreWithModifiers: number

    from protobuf field: int32 score_with_modifiers = 3;

    songPosition: number

    from protobuf field: float song_position = 9;

    userGuid: string

    from protobuf field: string user_guid = 1;

    wallHits: number

    from protobuf field: int32 wall_hits = 13;