mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-03-09 15:41:15 +00:00
Fix: [Script] document return type of member GSIndustry::GetProductionLevel
This commit is contained in:
parent
707e8001be
commit
7bfc766f94
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user