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

Method getBattleGame

src/Savegame/SavedBattleGame.cpp:899–902  ·  view source on GitHub ↗

* Gets the BattlescapeState. * @return Pointer to the BattlescapeState. */

Source from the content-addressed store, hash-verified

897 * @return Pointer to the BattlescapeState.
898 */
899BattlescapeGame *SavedBattleGame::getBattleGame()
900{
901 return _battleState->getBattleGame();
902}
903
904/**
905 * Sets the BattlescapeState.

Callers 2

endTurnMethod · 0.45
setObjectiveDestroyedMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected