* Get the first vehicle of this vehicle chain. * @return the first vehicle of the chain. */
| 395 | * @return the first vehicle of the chain. |
| 396 | */ |
| 397 | inline Vehicle *GetFirstSharedVehicle() const { return this->first_shared; } |
| 398 | |
| 399 | /** |
| 400 | * Return the number of vehicles that share this orders list |
no outgoing calls
no test coverage detected