* Gets the ID of the station where the cargo was loaded for the first time. * @return StationID. */
| 207 | * @return StationID. |
| 208 | */ |
| 209 | inline StationID GetFirstStation() const |
| 210 | { |
| 211 | return this->first_station; |
| 212 | } |
| 213 | |
| 214 | /** |
| 215 | * Get the current distance the cargo has traveled. |
no outgoing calls
no test coverage detected