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

Method getGeoscapeSave

src/Savegame/SavedBattleGame.cpp:1760–1763  ·  view source on GitHub ↗

* get a pointer to the geoscape save * @return a pointer to the geoscape save. */

Source from the content-addressed store, hash-verified

1758 * @return a pointer to the geoscape save.
1759 */
1760SavedGame *SavedBattleGame::getGeoscapeSave()
1761{
1762 return _battleState->getGame()->getSavedGame();
1763}
1764}

Callers 1

canMakeSnapMethod · 0.80

Calls 2

getSavedGameMethod · 0.80
getGameMethod · 0.80

Tested by

no test coverage detected