summaryrefslogtreecommitdiff
path: root/src/ai/api/ai_town.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/ai/api/ai_town.hpp')
-rw-r--r--src/ai/api/ai_town.hpp8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/ai/api/ai_town.hpp b/src/ai/api/ai_town.hpp
index 83c9b2fa4..fb3abfe0b 100644
--- a/src/ai/api/ai_town.hpp
+++ b/src/ai/api/ai_town.hpp
@@ -227,6 +227,14 @@ public:
static bool HasStatue(TownID town_id);
/**
+ * Find out if the town is a city.
+ * @param town_id The town to check.
+ * @pre IsValidTown(town_id).
+ * @return True if the town is a city.
+ */
+ static bool IsCity(TownID town_id);
+
+ /**
* Find out how long the town is undergoing road reconstructions.
* @param town_id The town to check.
* @pre IsValidTown(town_id).