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

Method setGraphCountryToggles

src/Savegame/SavedGame.cpp:1607–1610  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

1605 * @param value The new value for GraphCountryToggles.
1606 */
1607void SavedGame::setGraphCountryToggles(const std::string &value)
1608{
1609 _graphCountryToggles = value;
1610}
1611
1612/**
1613 * Sets the GraphFinanceToggles.

Callers 1

~GraphsStateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected