* is the AI allowed to cheat? * @return true if cheating. */
| 1679 | * @return true if cheating. |
| 1680 | */ |
| 1681 | bool SavedBattleGame::isCheating() |
| 1682 | { |
| 1683 | return _cheating; |
| 1684 | } |
| 1685 | |
| 1686 | /** |
| 1687 | * Gets the TU reserved type. |
no outgoing calls
no test coverage detected