Pokered Save Editor 2
Pokemon Red & Blue save file editor - Qt 6 C++/QML
Loading...
Searching...
No Matches
halloffame.h File Reference
#include <QObject>
#include <QVector>
#include <QQmlListProperty>
#include <pse-common/types.h>
#include "../savefile_autoport.h"
Include dependency graph for halloffame.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  HallOfFame
 The Hall of Fame: a rolling list of up to 50 winning-team records. More...

Variables

constexpr var8 recordsMax = 50
 Maximum Hall of Fame records the save keeps.

Variable Documentation

◆ recordsMax

var8 recordsMax = 50
constexpr

Maximum Hall of Fame records the save keeps.

Definition at line 26 of file halloffame.h.

Referenced by HallOfFame::load(), HallOfFame::randomize(), HallOfFame::recordMax(), HallOfFame::recordNew(), and HallOfFame::save().