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

Method getSavedBattle

src/Savegame/SavedGame.cpp:881–884  ·  view source on GitHub ↗

* Get pointer to the battleGame object. * @return Pointer to the battleGame object. */

Source from the content-addressed store, hash-verified

879 * @return Pointer to the battleGame object.
880 */
881SavedBattleGame *SavedGame::getSavedBattle()
882{
883 return _battleGame;
884}
885
886/**
887 * Set battleGame object.

Callers 15

BattlescapeGeneratorMethod · 0.80
nextStageMethod · 0.80
addAlienMethod · 0.80
addCivilianMethod · 0.80
MapMethod · 0.80
InventoryStateMethod · 0.80
BriefingStateMethod · 0.80
btnOkClickMethod · 0.80
btnOkClickMethod · 0.80
prepareDebriefingMethod · 0.80
BattlescapeStateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected