MCPcopy Create free account
hub / github.com/OpenXcom/OpenXcom / getMonthsPassed

Method getMonthsPassed

src/Savegame/SavedGame.cpp:1565–1568  ·  view source on GitHub ↗

* @return the month counter. */

Source from the content-addressed store, hash-verified

1563 * @return the month counter.
1564 */
1565int SavedGame::getMonthsPassed() const
1566{
1567 return _monthsPassed;
1568}
1569
1570/*
1571 * @return the GraphRegionToggles.

Callers 15

loadMethod · 0.80
deployAliensMethod · 0.80
btnOkClickMethod · 0.80
prepareDebriefingMethod · 0.80
finishBattleMethod · 0.80
initMethod · 0.80
btnOkClickMethod · 0.80
CraftInfoStateMethod · 0.80
SoldierArmorStateMethod · 0.80
lstArmorClickMethod · 0.80
CraftEquipmentStateMethod · 0.80
updateQuantityMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected