Changeset - r28401:78a1182459a4
[Not reviewed]
master
0 1 0
glx22 - 11 months ago 2024-01-05 16:50:33
glx@openttd.org
Fix: [Script] document return type of member GSIndustry::GetProductionLevel
1 file changed with 1 insertions and 0 deletions:
0 comments (0 inline, 0 general)
src/script/api/script_industry.hpp
Show inline comments
 
@@ -327,12 +327,13 @@ public:
 
	 */
 
	static bool SetExclusiveConsumer(IndustryID industry_id, ScriptCompany::CompanyID company_id);
 

	
 
	/**
 
	 * 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);
 

	
 
	/**
 
	 * Sets the current production level of an industry.
0 comments (0 inline, 0 general)