From 436cf09923d881f3c11c8a4b6262c0a89ad1ee73 Mon Sep 17 00:00:00 2001 From: truebrain Date: Mon, 19 Dec 2011 20:57:23 +0000 Subject: (svn r23614) -Add: more API functions exposed to NoGo (part 1) --- src/script/api/script_townlist.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/script/api/script_townlist.hpp') diff --git a/src/script/api/script_townlist.hpp b/src/script/api/script_townlist.hpp index f26e53401..7baa09da1 100644 --- a/src/script/api/script_townlist.hpp +++ b/src/script/api/script_townlist.hpp @@ -16,7 +16,7 @@ /** * Creates a list of towns that are currently on the map. - * @api ai + * @api ai game * @ingroup ScriptList */ class ScriptTownList : public ScriptList { @@ -26,7 +26,7 @@ public: /** * Creates a list of all TownEffects known in the game. - * @api ai + * @api ai game * @ingroup ScriptList */ class ScriptTownEffectList : public ScriptList { -- cgit v1.2.3-54-g00ecf