File diff r19649:a400539817fd → r19650:50e501711479
src/script/api/script_engine.hpp
Show inline comments
 
@@ -254,14 +254,14 @@ public:
 
	static ScriptAirport::PlaneType GetPlaneType(EngineID engine_id);
 

	
 
	/**
 
	 * Get the maximum allowed distance between two orders for an engine.
 
	 * @param engine_id The engine to get the max distance for.
 
	 * @pre IsValidEngine(engine_id).
 
	 * @return The maximum distance between two orders for the engine
 
	 *  or 0 if the distance is unlimited.
 
	 * @return The square of the maximum distance between two orders for
 
	 *         the engine or 0 if the distance is unlimited.
 
	 * @see ScriptOrder::GetOrderDistance
 
	 */
 
	static uint GetMaximumOrderDistance(EngineID engine_id);
 
};
 

	
 
#endif /* SCRIPT_ENGINE_HPP */