* Returns the craft's dogfight status. * @return Is the craft ion a dogfight? */
| 870 | * @return Is the craft ion a dogfight? |
| 871 | */ |
| 872 | bool Craft::isInDogfight() const |
| 873 | { |
| 874 | return _inDogfight; |
| 875 | } |
| 876 | |
| 877 | /** |
| 878 | * Changes the craft's dogfight status. |
no outgoing calls
no test coverage detected