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_cargolist.hpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/script/api/script_cargolist.hpp') diff --git a/src/script/api/script_cargolist.hpp b/src/script/api/script_cargolist.hpp index 8880ee287..a7cd8b69b 100644 --- a/src/script/api/script_cargolist.hpp +++ b/src/script/api/script_cargolist.hpp @@ -16,7 +16,7 @@ /** * Creates a list of cargoes that can be produced in the current game. - * @api ai + * @api ai game * @ingroup ScriptList */ class ScriptCargoList : public ScriptList { @@ -28,7 +28,7 @@ public: * Creates a list of cargoes that the given industry accepts. * @note This list also includes cargoes that are temporarily not accepted * by this industry, @see ScriptIndustry::IsCargoAccepted. - * @api ai + * @api ai game * @ingroup ScriptList */ class ScriptCargoList_IndustryAccepting : public ScriptList { @@ -41,7 +41,7 @@ public: /** * Creates a list of cargoes that the given industry can produce. - * @api ai + * @api ai game * @ingroup ScriptList */ class ScriptCargoList_IndustryProducing : public ScriptList { @@ -54,7 +54,7 @@ public: /** * Creates a list of cargoes that the given station accepts. - * @api ai + * @api ai game * @ingroup ScriptList */ class ScriptCargoList_StationAccepting : public ScriptList { -- cgit v1.2.3-54-g00ecf