summaryrefslogtreecommitdiff
path: root/src/ai/api/ai_cargolist.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/ai/api/ai_cargolist.hpp')
-rw-r--r--src/ai/api/ai_cargolist.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ai/api/ai_cargolist.hpp b/src/ai/api/ai_cargolist.hpp
index 2cac3e0c2..a933c1fc5 100644
--- a/src/ai/api/ai_cargolist.hpp
+++ b/src/ai/api/ai_cargolist.hpp
@@ -27,6 +27,8 @@ public:
/**
* Creates a list of cargos that the given industry accepts.
+ * @note This list also includes cargos that are temporarily not accepted
+ * by this industry, @see AIIndustry::IsCargoAccepted.
* @ingroup AIList
*/
class AICargoList_IndustryAccepting : public AIAbstractList {