Etterna 0.74.4
Loading...
Searching...
No Matches
Functions
NoteDataWithScoring Namespace Reference

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)
 

Detailed Description

NoteData with scores for each TapNote and HoldNote.

Function Documentation

◆ IsRowCompletelyJudged()

bool NoteDataWithScoring::IsRowCompletelyJudged ( const NoteData in,
const unsigned &  row 
) -> bool

Has the current row of NoteData been judged completely?

Parameters
inthe entire Notedata.
iRowthe row to check. @plnum If valid, only consider notes for that PlayerNumber
Returns
true if it has been completley judged, or false otherwise.