Public Attributes | |
| Int | m_totalMoneyEarned |
| The total money that was harvested, refined, received in crates. | |
| Int | m_totalMoneySpent |
| The total money spent on units, buildings, repairs. | |
| Int | m_totalUnitsDestroyed |
| The total number of enimies that we've killed. | |
| Int | m_totalUnitsBuilt |
| The total number of units we've created (created meaning that we built from a building) | |
| Int | m_totalUnitsLost |
| The total number of our units lost. | |
| Int | m_totalBuildingsDestroyed |
| The total number of Buildings we've destroyed. | |
| Int | m_totalBuildingsBuilt |
| The total number of buildings we've constructed. | |
| Int | m_totalBuildingsLost |
| The total number of our buildings lost. | |
| const Image * | m_sideImage |
Definition at line 181 of file ScoreScreen.cpp.
| const Image* ScoreGather::m_sideImage |
Definition at line 191 of file ScoreScreen.cpp.
| Int ScoreGather::m_totalBuildingsBuilt |
The total number of buildings we've constructed.
Definition at line 189 of file ScoreScreen.cpp.
| Int ScoreGather::m_totalBuildingsDestroyed |
The total number of Buildings we've destroyed.
Definition at line 188 of file ScoreScreen.cpp.
| Int ScoreGather::m_totalBuildingsLost |
The total number of our buildings lost.
Definition at line 190 of file ScoreScreen.cpp.
| Int ScoreGather::m_totalMoneyEarned |
The total money that was harvested, refined, received in crates.
Definition at line 183 of file ScoreScreen.cpp.
| Int ScoreGather::m_totalMoneySpent |
The total money spent on units, buildings, repairs.
Definition at line 184 of file ScoreScreen.cpp.
| Int ScoreGather::m_totalUnitsBuilt |
The total number of units we've created (created meaning that we built from a building)
Definition at line 186 of file ScoreScreen.cpp.
| Int ScoreGather::m_totalUnitsDestroyed |
The total number of enimies that we've killed.
Definition at line 185 of file ScoreScreen.cpp.
| Int ScoreGather::m_totalUnitsLost |
The total number of our units lost.
Definition at line 187 of file ScoreScreen.cpp.