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

Method getMaintenances

src/Savegame/SavedGame.cpp:1463–1466  ·  view source on GitHub ↗

* return the list of monthly maintenance costs * @return list of maintenances. */

Source from the content-addressed store, hash-verified

1461 * @return list of maintenances.
1462 */
1463std::vector<int> SavedGame::getMaintenances()
1464{
1465 return _maintenance;
1466}
1467
1468/**
1469 * adds to this month's research score

Callers 1

drawFinanceLinesMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected