* Returns whether the craft is currently low on fuel * (only has enough to head back to base). * @return True if it's low, false otherwise. */
| 560 | * @return True if it's low, false otherwise. |
| 561 | */ |
| 562 | bool Craft::getLowFuel() const |
| 563 | { |
| 564 | return _lowFuel; |
| 565 | } |
| 566 | |
| 567 | /** |
| 568 | * Changes whether the craft is currently low on fuel |
no outgoing calls
no test coverage detected