File diff r28759:8c878dd42071 → r28760:a88826ce6a33
src/script/api/script_airport.hpp
Show inline comments
 
@@ -207,6 +207,14 @@ public:
 
	 * @return Monthly maintenance cost of the airport type.
 
	 */
 
	static Money GetMonthlyMaintenanceCost(AirportType type);
 

	
 
	/**
 
	 * Get the number of helipads of this airport type.
 
	 * @param type The airport type.
 
	 * @pre IsAirportInformationAvailable(type)
 
	 * @return Number of helipads of this type of airport. When 0 helicopters will go to normal terminals.
 
	 */
 
	static SQInteger GetAirportNumHelipads(AirportType type);
 
};
 

	
 
#endif /* SCRIPT_AIRPORT_HPP */