* Is this order a refit order. * @pre IsType(OT_GOTO_DEPOT) || IsType(OT_GOTO_STATION) * @return true if a refit should happen. */
| 111 | * @return true if a refit should happen. |
| 112 | */ |
| 113 | inline bool IsRefit() const { return this->refit_cargo < NUM_CARGO || this->refit_cargo == CARGO_AUTO_REFIT; } |
| 114 | |
| 115 | /** |
| 116 | * Is this order a auto-refit order. |
no outgoing calls
no test coverage detected