* Is this order a auto-refit order. * @pre IsType(OT_GOTO_DEPOT) || IsType(OT_GOTO_STATION) * @return true if a auto-refit should happen. */
| 118 | * @return true if a auto-refit should happen. |
| 119 | */ |
| 120 | inline bool IsAutoRefit() const { return this->refit_cargo == CARGO_AUTO_REFIT; } |
| 121 | |
| 122 | /** |
| 123 | * Get the cargo to to refit to. |
no outgoing calls
no test coverage detected