From ca57514b9fec50024e684e52359576c1e7c70a33 Mon Sep 17 00:00:00 2001 From: yexo Date: Thu, 8 Dec 2011 23:28:02 +0000 Subject: (svn r23452) -Codechange: document instead of writing to stderr that ScriptStation::GetCoverageRadius doesn't work for STATION_AIRPORT --- src/script/api/script_station.hpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/script/api/script_station.hpp') diff --git a/src/script/api/script_station.hpp b/src/script/api/script_station.hpp index 29896681c..1c0dcd975 100644 --- a/src/script/api/script_station.hpp +++ b/src/script/api/script_station.hpp @@ -89,7 +89,9 @@ public: /** * Get the coverage radius of this type of station. * @param station_type The type of station. + * @pre station_type != STATION_AIRPORT. * @return The radius in tiles. + * @note Coverage radius of airports needs to be requested via ScriptAirport::GetAirportCoverageRadius(), as it requires AirportType. */ static int32 GetCoverageRadius(ScriptStation::StationType station_type); -- cgit v1.2.3-54-g00ecf