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