1#ifndef NOTE_DATA_WITH_SCORING_H
2#define NOTE_DATA_WITH_SCORING_H
4#include "Etterna/Models/Misc/GameConstantsAndTypes.h"
5#include "Etterna/Models/Misc/PlayerNumber.h"
24MinTapNoteScore(
const NoteData& in,
const unsigned& row) -> TapNoteScore;
27LastTapNoteWithResult(
const NoteData& in,
const unsigned& row)
31GetActualRadarValues(
const NoteData& in,
Holds data about the notes that the player is supposed to hit.
Definition NoteData.h:43
Contains statistics for one stage of play - either one song, or a whole course.
Definition PlayerStageStats.h:19
NoteData with scores for each TapNote and HoldNote.
Definition NoteDataWithScoring.h:13
auto IsRowCompletelyJudged(const NoteData &in, const unsigned &row) -> bool
Has the current row of NoteData been judged completely?
Definition NoteDataWithScoring.cpp:89
Cached song statistics.
Definition RadarValues.h:14
The various properties of a tap note.
Definition NoteTypes.h:149