# HG changeset patch # User glx22 # Date 2024-01-05 16:50:33 # Node ID 78a1182459a4b26cd1831196d290ce53968e1ae1 # Parent 610342244c431344ddd650c49168c597f2223176 Fix: [Script] document return type of member GSIndustry::GetProductionLevel diff --git a/src/script/api/script_industry.hpp b/src/script/api/script_industry.hpp --- 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);