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

Method setGraphFinanceToggles

src/Savegame/SavedGame.cpp:1616–1619  ·  view source on GitHub ↗

* Sets the GraphFinanceToggles. * @param value The new value for GraphFinanceToggles. */

Source from the content-addressed store, hash-verified

1614 * @param value The new value for GraphFinanceToggles.
1615 */
1616void SavedGame::setGraphFinanceToggles(const std::string &value)
1617{
1618 _graphFinanceToggles = value;
1619}
1620
1621/*
1622 * Increment the month counter.

Callers 1

~GraphsStateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected