summaryrefslogtreecommitdiff
path: root/src/script/api/script_townlist.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/script/api/script_townlist.hpp')
-rw-r--r--src/script/api/script_townlist.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/script/api/script_townlist.hpp b/src/script/api/script_townlist.hpp
index 4923df8de..f26e53401 100644
--- a/src/script/api/script_townlist.hpp
+++ b/src/script/api/script_townlist.hpp
@@ -16,6 +16,7 @@
/**
* Creates a list of towns that are currently on the map.
+ * @api ai
* @ingroup ScriptList
*/
class ScriptTownList : public ScriptList {
@@ -25,6 +26,7 @@ public:
/**
* Creates a list of all TownEffects known in the game.
+ * @api ai
* @ingroup ScriptList
*/
class ScriptTownEffectList : public ScriptList {