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

Method setGraphRegionToggles

src/Savegame/SavedGame.cpp:1598–1601  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

1596 * @param value The new value for GraphRegionToggles.
1597 */
1598void SavedGame::setGraphRegionToggles(const std::string &value)
1599{
1600 _graphRegionToggles = value;
1601}
1602
1603/**
1604 * Sets the GraphCountryToggles.

Callers 1

~GraphsStateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected