# HG changeset patch # User yexo # Date 1280408937 0 # Node ID 37254d8be4354f047f044b4f5d18ddb4ddda50c5 # Parent c5abee0724a929f0b6f12058ca3a6c49c39db415 (svn r20238) -Doc: [NoAI] clarify the documentation for AIBaseStation::GetLocation diff --git a/src/ai/api/ai_basestation.hpp b/src/ai/api/ai_basestation.hpp --- a/src/ai/api/ai_basestation.hpp +++ b/src/ai/api/ai_basestation.hpp @@ -64,7 +64,9 @@ * Get the current location of a basestation. * @param station_id The basestation to get the location of. * @pre IsValidBaseStation(station_id). - * @return The tile the basestation is currently on. + * @return The tile the basestation sign above it. + * @note The tile is not necessarily a station tile (and if it is, it could also belong to another station). + * @see AITileList_StationType. */ static TileIndex GetLocation(StationID station_id);