moons-ta-client
    Preparing search index...

    Interface Push_SongFinished

    from protobuf message proto.packets.Push.SongFinished

    interface Push_SongFinished {
        accuracy: number;
        badCuts: number;
        beatmap?: Beatmap;
        endTime: number;
        goodCuts: number;
        matchId: string;
        maxScore: number;
        misses: number;
        player?: User;
        score: number;
        tournamentId: string;
        type: Push_SongFinished_CompletionType;
    }
    Index

    Properties

    accuracy: number

    from protobuf field: double accuracy = 12;

    badCuts: number

    from protobuf field: int32 bad_cuts = 6;

    beatmap?: Beatmap

    from protobuf field: proto.models.Beatmap beatmap = 2;

    endTime: number

    from protobuf field: float end_time = 8;

    goodCuts: number

    from protobuf field: int32 good_cuts = 7;

    matchId: string

    from protobuf field: string match_id = 10;

    maxScore: number

    from protobuf field: int32 max_score = 11;

    misses: number

    from protobuf field: int32 misses = 5;

    player?: User

    from protobuf field: proto.models.User player = 1;

    score: number

    from protobuf field: int32 score = 4;

    tournamentId: string

    from protobuf field: string tournament_id = 9;

    from protobuf field: proto.packets.Push.SongFinished.CompletionType type = 3;