Fix: [Script] document return type of member GSIndustry::GetProductionLevel
This commit is contained in:
@@ -330,6 +330,7 @@ public:
|
|||||||
/**
|
/**
|
||||||
* Gets the current production level of an industry.
|
* Gets the current production level of an industry.
|
||||||
* @param industry_id The index of the industry.
|
* @param industry_id The index of the industry.
|
||||||
|
* @return The current production level of the industry.
|
||||||
* @api -ai
|
* @api -ai
|
||||||
*/
|
*/
|
||||||
static SQInteger GetProductionLevel(IndustryID industry_id);
|
static SQInteger GetProductionLevel(IndustryID industry_id);
|
||||||
|
Reference in New Issue
Block a user