1
0
Fork 0

Fix: [Script] document return type of member GSIndustry::GetProductionLevel

pull/11692/head
glx22 2024-01-05 17:50:33 +01:00
parent b1f87c54b6
commit 3b2ca53d70
1 changed files with 1 additions and 0 deletions

View File

@ -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);