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

Method setAborted

src/Savegame/SavedBattleGame.cpp:1044–1047  ·  view source on GitHub ↗

* Sets whether the mission was aborted or successful. * @param flag True, if the mission was aborted, or false, if the mission was successful. */

Source from the content-addressed store, hash-verified

1042 * @param flag True, if the mission was aborted, or false, if the mission was successful.
1043 */
1044void SavedBattleGame::setAborted(bool flag)
1045{
1046 _aborted = flag;
1047}
1048
1049/**
1050 * Returns whether the mission was aborted or successful.

Callers 1

btnOkClickMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected