|
auto | GetPBAt (float rate) -> HighScore * |
|
auto | GetPBUpTo (float rate) -> HighScore * |
|
auto | GetAllPBPtrs () -> const std::vector< HighScore * > |
|
auto | AddScore (HighScore &hs) -> HighScore * |
|
auto | GetPlayedRates () const -> const std::vector< float > |
|
auto | GetPlayedRateKeys () const -> const std::vector< int > |
|
auto | GetPlayedRateDisplayStrings () const -> const std::vector< std::string > |
|
void | PushSelf (lua_State *L) |
|
auto | GetScoresAtRate (const int &rate) -> ScoresAtRate * |
|
auto | GetAllScores () -> const std::vector< HighScore * > |
|
auto | CreateNode (const std::string &ck) const -> XNode * |
|
void | LoadFromNode (const XNode *node, const std::string &ck, const std::string &profileID) |
|
auto | operator[] (const int rate) -> ScoresAtRate |
|
void | SetTopScores () |
|
auto | GetTopScoresForUploading () -> const std::vector< HighScore * > |
|
auto | GetNumScores () const -> int |
|
|
static auto | RateToKey (float rate) -> int |
|
static auto | KeyToRate (int key) -> float |
|
|
Grade | bestGrade = Grade_Invalid |
|
float | bestWifeScore = 0.F |
|
Chart | ch |
|
std::map< int, ScoresAtRate, std::greater<> > | ScoresByRate |
|
The documentation for this struct was generated from the following files:
- /home/runner/work/etterna/etterna/src/Etterna/Singletons/ScoreManager.h
- /home/runner/work/etterna/etterna/src/Etterna/Singletons/ScoreManager.cpp