Changeset - r28401:78a1182459a4
[Not reviewed]
master
0 1 0
glx22 - 4 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
 
@@ -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);
0 comments (0 inline, 0 general)