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