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

Method setFunding

src/Savegame/Country.cpp:105–108  ·  view source on GitHub ↗

* Changes the country's current monthly funding. * @param funding Monthly funding. */

Source from the content-addressed store, hash-verified

103 * @param funding Monthly funding.
104 */
105void Country::setFunding(int funding)
106{
107 _funding.back() = funding;
108}
109
110/*
111 * Keith Richards would be so proud

Callers 1

newSaveMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected