From 5b25e620dd747d35b024d6d244be9fc7002e38b0 Mon Sep 17 00:00:00 2001 From: yexo Date: Wed, 29 Dec 2010 23:20:12 +0000 Subject: (svn r21663) -Add: [NoAI]: AIRail::GetName() to get the name of a railtype --- src/ai/api/ai_rail.hpp | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'src/ai/api/ai_rail.hpp') diff --git a/src/ai/api/ai_rail.hpp b/src/ai/api/ai_rail.hpp index 8b858c0ad..688377f8a 100644 --- a/src/ai/api/ai_rail.hpp +++ b/src/ai/api/ai_rail.hpp @@ -96,6 +96,18 @@ public: BT_WAYPOINT, ///< Build a rail waypoint }; + /** + * Get the name of a rail type. + * @param rail_type The rail type to get the name of. + * @pre IsRailTypeAvailable(rail_type). + * @return The name the rail type has. + * @note Since there is no string with only the name of the track, the text which + * is shown in the dropdown where you can chose a track type is returned. This + * means that the name could be something like "Maglev construction" instead + * of just "Maglev". + */ + static char *GetName(RailType rail_type); + /** * Checks whether the given tile is actually a tile with rail that can be * used to traverse a tile. This excludes rail depots but includes -- cgit v1.2.3-54-g00ecf