From 9359c6fc47f6fabddc399d044ea74dc6ebfdfb05 Mon Sep 17 00:00:00 2001 From: truebrain Date: Mon, 19 Dec 2011 20:57:34 +0000 Subject: (svn r23615) -Add: more API functions exposed to NoGo (part 2) --- src/script/api/script_tilelist.hpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/script/api/script_tilelist.hpp') diff --git a/src/script/api/script_tilelist.hpp b/src/script/api/script_tilelist.hpp index 990237c4f..74c3afa52 100644 --- a/src/script/api/script_tilelist.hpp +++ b/src/script/api/script_tilelist.hpp @@ -17,7 +17,7 @@ /** * Creates an empty list, in which you can add tiles. - * @api ai + * @api ai game * @ingroup ScriptList */ class ScriptTileList : public ScriptList { @@ -58,7 +58,7 @@ public: /** * Creates a list of tiles that will accept cargo for the given industry. * @note If a simular industry is close, it might happen that this industry receives the cargo. - * @api ai + * @api ai game * @ingroup ScriptList */ class ScriptTileList_IndustryAccepting : public ScriptTileList { @@ -75,7 +75,7 @@ public: /** * Creates a list of tiles which the industry checks to see if a station is * there to receive cargo produced by this industry. - * @api ai + * @api ai game * @ingroup ScriptList */ class ScriptTileList_IndustryProducing : public ScriptTileList { @@ -92,7 +92,7 @@ public: /** * Creates a list of tiles which have the requested StationType of the * StationID. - * @api ai + * @api ai game * @ingroup ScriptList */ class ScriptTileList_StationType : public ScriptTileList { -- cgit v1.2.3-70-g09d2