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

Method getIncomes

src/Savegame/SavedGame.cpp:1490–1493  ·  view source on GitHub ↗

* return the list of income scores * @return list of income scores. */

Source from the content-addressed store, hash-verified

1488 * @return list of income scores.
1489 */
1490std::vector<int> SavedGame::getIncomes()
1491{
1492 return _incomes;
1493}
1494
1495/**
1496 * return the list of expenditures scores

Callers 1

drawFinanceLinesMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected