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

Method getFunds

src/Savegame/SavedGame.cpp:611–614  ·  view source on GitHub ↗

* Returns the player's current funds. * @return Current funds. */

Source from the content-addressed store, hash-verified

609 * @return Current funds.
610 */
611int SavedGame::getFunds() const
612{
613 return _funds.back();
614}
615
616/**
617 * Returns the player's funds for the last 12 months.

Callers 15

stepMethod · 0.80
startItemMethod · 0.80
prepareDebriefingMethod · 0.80
viewClickMethod · 0.80
initMethod · 0.80
TransferBaseStateMethod · 0.80
ManufactureStateMethod · 0.80
btnOkClickMethod · 0.80
SellStateMethod · 0.80
btnOkClickMethod · 0.80
completeTransferMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected