#include <ScoreKeeper.h>
Inheritance diagram for ScoreKeeper:
Public Member Functions | |
ScoreKeeper (PlayerState *pPlayerState, PlayerStageStats *pPlayerStageStats) | |
virtual void | DrawPrimitives () |
virtual void | Update (float fDelta) |
virtual void | OnNextSong (int iSongInCourseIndex, const Steps *pSteps, const NoteData *pNoteData)=0 |
virtual void | HandleTapScore (TapNoteScore score)=0 |
virtual void | HandleTapRowScore (TapNoteScore scoreOfLastTap, int iNumTapsInRow)=0 |
virtual void | HandleHoldScore (HoldNoteScore holdScore, TapNoteScore tapScore)=0 |
Protected Attributes | |
PlayerState * | m_pPlayerState |
PlayerStageStats * | m_pPlayerStageStats |
|
|
|
Reimplemented from Actor. |
|
Implemented in ScoreKeeperMAX2, and ScoreKeeperRave. |
|
Implemented in ScoreKeeperMAX2, and ScoreKeeperRave. |
|
Implemented in ScoreKeeperMAX2, and ScoreKeeperRave. |
|
Implemented in ScoreKeeperMAX2, and ScoreKeeperRave. |
|
Reimplemented from Actor. Reimplemented in ScoreKeeperRave. |
|
|
|
|