MCPcopy Create free account
hub / github.com/OpenApoc/OpenApoc / getTotal

Method getTotal

game/state/gamestate.cpp:1608–1612  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1606}
1607
1608int GameScore::getTotal() const
1609{
1610 return tacticalMissions + researchCompleted + alienIncidents + craftShotDownUFO +
1611 craftShotDownXCom + incursions + cityDamage;
1612}
1613
1614void GameScore::reset()
1615{

Callers 5

weeklyPlayerUpdateMethod · 0.45
beginMethod · 0.45
setScoreModeMethod · 0.45
BattleDebriefingMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected