Etterna 0.74.4
|
Managed non-persisted statistics. More...
#include <StatsManager.h>
Public Member Functions | |
void | Reset () |
void | GetFinalEvalStageStats (StageStats &statsOut) const |
void | CalcAccumPlayedStageStats () |
auto | GetAccumPlayedStageStats () -> StageStats & |
void | UnjoinPlayer (PlayerNumber pn) |
void | GetStepsInUse (std::set< Steps * > &apInUseOut) const |
void | PushSelf (lua_State *L) |
Static Public Member Functions | |
static void | CommitStatsToProfiles (const StageStats *pSS) |
static void | AddPlayerStatsToProfile (Profile *pProfile) |
Public Attributes | |
StageStats | m_CurStageStats |
The current Stage stats. | |
std::vector< StageStats > | m_vPlayedStageStats |
Managed non-persisted statistics.
StageStats StatsManager::m_CurStageStats |
The current Stage stats.
This is not necessarily passed stage stats if this is an Extra Stage.