Codefix: [Script] Mention ScriptError::ERR_STATION_TOO_SPREAD_OUT in API doc (#14562)

This commit is contained in:
Loïc Guilloux
2025-08-31 17:18:51 +02:00
committed by GitHub
parent 80666a0d51
commit 4b9afbe35b
4 changed files with 8 additions and 1 deletions

View File

@@ -147,7 +147,7 @@ public:
* @exception ScriptError::ERR_AREA_NOT_CLEAR
* @exception ScriptError::ERR_FLAT_LAND_REQUIRED
* @exception ScriptError::ERR_LOCAL_AUTHORITY_REFUSES
* @exception ScriptStation::ERR_STATION_TOO_LARGE
* @exception ScriptError::ERR_STATION_TOO_SPREAD_OUT
* @exception ScriptStation::ERR_STATION_TOO_CLOSE_TO_ANOTHER_STATION
* @return Whether the airport has been/can be build or not.
*/