From 400208ee0afd84f1e9ddf1ab851e34a87b3e98c0 Mon Sep 17 00:00:00 2001 From: yexo Date: Sat, 28 Mar 2009 12:04:38 +0000 Subject: (svn r15875) -Add: AIBridge::GetBridgeID() so AIs can get the type of bridge that are already build. --- src/ai/api/ai_bridge.hpp | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'src/ai/api/ai_bridge.hpp') diff --git a/src/ai/api/ai_bridge.hpp b/src/ai/api/ai_bridge.hpp index f53ee2339..58cc9d60b 100644 --- a/src/ai/api/ai_bridge.hpp +++ b/src/ai/api/ai_bridge.hpp @@ -51,6 +51,14 @@ public: */ static bool IsBridgeTile(TileIndex tile); + /** + * Get the BridgeID of a bridge at a given tile. + * @param tile The tile to get the BridgeID from. + * @pre IsBridgeTile(tile). + * @return The BridgeID from the bridge at tile 'tile'. + */ + static BridgeID GetBridgeID(TileIndex tile); + /** * Get the name of a bridge. * @param bridge_id The bridge to get the name of. -- cgit v1.2.3-54-g00ecf