changeset 18038:2795d098c510 draft

(svn r22853) -Doc: Add a missing bit of AI documentation.
author frosch <frosch@openttd.org>
date Sun, 28 Aug 2011 20:28:04 +0000
parents 56e17ab5eaac
children 97c516ab011f
files src/ai/api/ai_tile.hpp
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/ai/api/ai_tile.hpp
+++ b/src/ai/api/ai_tile.hpp
@@ -453,6 +453,8 @@
 	 * Find the town which has authority for the tile.
 	 *  The rating of your company in this town will be checked and affected when
 	 *  building stations, trees etc.
+	 * @param tile The tile to check.
+	 * @return The TownID of the town which has authority on this tile.
 	 */
 	static TownID GetTownAuthority(TileIndex tile);