From 7bfc766f94a9e08f259ba51cfd22634c8352ce0c Mon Sep 17 00:00:00 2001 From: glx22 Date: Fri, 5 Jan 2024 17:50:33 +0100 Subject: [PATCH] Fix: [Script] document return type of member GSIndustry::GetProductionLevel --- src/script/api/script_industry.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/script/api/script_industry.hpp b/src/script/api/script_industry.hpp index bedb3504d1..ea9bc7f9d8 100644 --- a/src/script/api/script_industry.hpp +++ b/src/script/api/script_industry.hpp @@ -330,6 +330,7 @@ public: /** * Gets the current production level of an industry. * @param industry_id The index of the industry. + * @return The current production level of the industry. * @api -ai */ static SQInteger GetProductionLevel(IndustryID industry_id);