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

Method getExpenditures

src/Savegame/SavedGame.cpp:1499–1502  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

1497 * @return list of expenditures scores.
1498 */
1499std::vector<int> SavedGame::getExpenditures()
1500{
1501 return _expenditures;
1502}
1503/**
1504 * return if the player has been
1505 * warned about poor performance.

Callers 1

drawFinanceLinesMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected