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

Method isObjectiveDestroyed

src/Savegame/SavedBattleGame.cpp:1077–1080  ·  view source on GitHub ↗

* Returns whether the objective is detroyed. * @return True if the objective is destroyed. */

Source from the content-addressed store, hash-verified

1075 * @return True if the objective is destroyed.
1076 */
1077bool SavedBattleGame::isObjectiveDestroyed()
1078{
1079 return _objectiveDestroyed;
1080}
1081
1082/**
1083 * Gets the current item ID.

Callers 1

endTurnMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected