The default ScoreKeeper implementation.
More...
#include <ScoreKeeperNormal.h>
|
static auto | GetPossibleDancePoints (NoteData *nd, const TimingData *td) -> int |
|
static auto | GetPossibleDancePoints (NoteData *ndPre, NoteData *ndPost, const TimingData *td) -> int |
|
static auto | GetPossibleGradePoints (NoteData *nd, const TimingData *td) -> int |
|
static auto | GetPossibleGradePoints (NoteData *ndPre, NoteData *ndPost, const TimingData *td) -> int |
|
static auto | TapNoteScoreToDancePoints (TapNoteScore tns, bool bBeginner) -> int |
|
static auto | HoldNoteScoreToDancePoints (HoldNoteScore hns, bool bBeginner) -> int |
|
static auto | TapNoteScoreToGradePoints (TapNoteScore tns, bool bBeginner) -> int |
|
static auto | HoldNoteScoreToGradePoints (HoldNoteScore hns, bool bBeginner) -> int |
|
static auto | MakeScoreKeeper (const std::string &sClassName, PlayerState *pPlayerState, PlayerStageStats *pPlayerStageStats) -> ScoreKeeper * |
|
The default ScoreKeeper implementation.
◆ HandleHoldActiveSeconds()
void ScoreKeeperNormal::HandleHoldActiveSeconds |
( |
float |
| ) |
|
|
inlineoverridevirtual |
◆ HandleHoldCheckpointScore()
void ScoreKeeperNormal::HandleHoldCheckpointScore |
( |
const NoteData & |
nd, |
|
|
int |
iRow, |
|
|
int |
iNumHoldsHeldThisRow, |
|
|
int |
iNumHoldsMissedThisRow |
|
) |
| |
|
overridevirtual |
◆ HandleHoldScore()
void ScoreKeeperNormal::HandleHoldScore |
( |
const TapNote & |
tn | ) |
|
|
overridevirtual |
◆ HandleTapRowScore()
void ScoreKeeperNormal::HandleTapRowScore |
( |
const NoteData & |
nd, |
|
|
int |
iRow |
|
) |
| |
|
overridevirtual |
◆ HandleTapScore()
void ScoreKeeperNormal::HandleTapScore |
( |
const TapNote & |
tn | ) |
|
|
overridevirtual |
◆ HandleTapScoreNone()
void ScoreKeeperNormal::HandleTapScoreNone |
( |
| ) |
|
|
overridevirtual |
◆ Load()
void ScoreKeeperNormal::Load |
( |
const std::vector< Song * > & |
apSongs, |
|
|
const std::vector< Steps * > & |
apSteps |
|
) |
| |
|
overridevirtual |
◆ OnNextSong()
void ScoreKeeperNormal::OnNextSong |
( |
int |
iSongInCourseIndex, |
|
|
const Steps * |
pSteps, |
|
|
const NoteData * |
pNoteData |
|
) |
| |
|
overridevirtual |
The documentation for this class was generated from the following files:
- /home/runner/work/etterna/etterna/src/Etterna/Models/ScoreKeepers/ScoreKeeperNormal.h
- /home/runner/work/etterna/etterna/src/Etterna/Models/ScoreKeepers/ScoreKeeperNormal.cpp