|
stmm-games-doc
0.32.0
|
All constraints must be satisfied for a highscore to be created. More...
Public Member Functions | |
| bool | operator== (const HighscoreConstraint &oHS) const noexcept |
Public Attributes | |
| HIGHSCORE_CONSTRAINT_TYPE | m_eType |
| The type of the highscore existance constraint. More... | |
| int32_t | m_nMin |
| The minimum of the valid range of tot teams or tot AI teams, etc. More... | |
| int32_t | m_nMax |
| The maximum of the valid range of tot teams or tot AI teams, etc. More... | |
All constraints must be satisfied for a highscore to be created.
|
noexcept |
| HIGHSCORE_CONSTRAINT_TYPE stmg::HighscoresDefinition::HighscoreConstraint::m_eType |
The type of the highscore existance constraint.
| int32_t stmg::HighscoresDefinition::HighscoreConstraint::m_nMax |
The maximum of the valid range of tot teams or tot AI teams, etc.
| int32_t stmg::HighscoresDefinition::HighscoreConstraint::m_nMin |
The minimum of the valid range of tot teams or tot AI teams, etc.
1.8.13