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

Method getBattleState

src/Savegame/SavedBattleGame.cpp:890–893  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

888 * @return Pointer to the BattlescapeState.
889 */
890BattlescapeState *SavedBattleGame::getBattleState()
891{
892 return _battleState;
893}
894
895/**
896 * Gets the BattlescapeState.

Callers 9

thinkMethod · 0.80
explosiveEfficacyMethod · 0.80
drawTerrainMethod · 0.80
thinkMethod · 0.80
thinkMethod · 0.80
convertUnitMethod · 0.80
tryReactionSnapMethod · 0.80
thinkMethod · 0.80
convertUnitToCorpseMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected