|
stmm-games-doc
0.32.0
|

Public Member Functions | |
| bool | isValid () const noexcept |
| int32_t | getMaxTeams () const noexcept |
| The real max number of teams. More... | |
| int32_t | getMaxTeammates () const noexcept |
| The real max number of teammates. More... | |
| int32_t | getMaxPlayers () const noexcept |
| The real max number of players. More... | |
| bool | allowsAI () const noexcept |
| Whether AI players are allowed. More... | |
Public Attributes | |
| int32_t | m_nTeamsMin = 1 |
| Must be positive. More... | |
| int32_t | m_nTeamsMax = 4 |
| Default is 4. More... | |
| int32_t | m_nMatesPerTeamMax = 3 |
| Must be positive. More... | |
| int32_t | m_nPlayersMax = 12 |
| Must be positive. More... | |
| int32_t | m_nAIMatesPerTeamMax = 1 |
| Cannot be negative. More... | |
| bool | m_bAllowMixedAIHumanTeam = false |
| Default is false. More... | |
|
inlinenoexcept |
Whether AI players are allowed.
|
inlinenoexcept |
The real max number of players.
Takes also max number of teams and teammates into account.
|
inlinenoexcept |
The real max number of teammates.
Takes also max number of players into account.
|
inlinenoexcept |
The real max number of teams.
Takes also max number of players into account.
|
noexcept |
| bool stmg::AppConstraints::m_bAllowMixedAIHumanTeam = false |
Default is false.
| int32_t stmg::AppConstraints::m_nAIMatesPerTeamMax = 1 |
Cannot be negative.
Default is 1.
| int32_t stmg::AppConstraints::m_nMatesPerTeamMax = 3 |
Must be positive.
Default is 3.
| int32_t stmg::AppConstraints::m_nPlayersMax = 12 |
Must be positive.
Default is 12.
| int32_t stmg::AppConstraints::m_nTeamsMax = 4 |
Default is 4.
| int32_t stmg::AppConstraints::m_nTeamsMin = 1 |
Must be positive.
Default is 1.
1.8.13