summaryrefslogtreecommitdiff
path: root/src/ai/api/ai_road.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/ai/api/ai_road.hpp')
-rw-r--r--src/ai/api/ai_road.hpp8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/ai/api/ai_road.hpp b/src/ai/api/ai_road.hpp
index e899af771..7bd26922d 100644
--- a/src/ai/api/ai_road.hpp
+++ b/src/ai/api/ai_road.hpp
@@ -57,6 +57,14 @@ public:
};
/**
+ * Determines whether a busstop or a truckstop is needed to transport a certain cargo.
+ * @param cargo_type The cargo to test.
+ * @pre AICargo::IsValidCargo(cargo_type).
+ * @return The road vehicle type needed to transport the cargo.
+ */
+ static RoadVehicleType GetRoadVehicleTypeForCargo(CargoID cargo_type);
+
+ /**
* Checks whether the given tile is actually a tile with road that can be
* used to traverse a tile. This excludes road depots and 'normal' road
* stations, but includes drive through stations.