Etterna 0.74.4
|
NoteData with scores for each TapNote and HoldNote. More...
Functions | |
auto | IsRowCompletelyJudged (const NoteData &in, const unsigned &row) -> bool |
Has the current row of NoteData been judged completely? | |
auto | MinTapNoteScore (const NoteData &in, const unsigned &row) -> TapNoteScore |
auto | LastTapNoteWithResult (const NoteData &in, const unsigned &row) -> const TapNote & |
void | GetActualRadarValues (const NoteData &in, const PlayerStageStats &pss, RadarValues &out) |
bool NoteDataWithScoring::IsRowCompletelyJudged | ( | const NoteData & | in, |
const unsigned & | row | ||
) | -> bool |
Has the current row of NoteData been judged completely?
in | the entire Notedata. |
iRow | the row to check. @plnum If valid, only consider notes for that PlayerNumber |