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

Method isAborted

src/Savegame/SavedBattleGame.cpp:1053–1056  ·  view source on GitHub ↗

* Returns whether the mission was aborted or successful. * @return True, if the mission was aborted, or false, if the mission was successful. */

Source from the content-addressed store, hash-verified

1051 * @return True, if the mission was aborted, or false, if the mission was successful.
1052 */
1053bool SavedBattleGame::isAborted() const
1054{
1055 return _aborted;
1056}
1057
1058/**
1059 * Sets whether the objective is destroyed.

Callers 2

nextStageMethod · 0.80
prepareDebriefingMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected