1
0
mirror of https://github.com/OpenTTD/OpenTTD synced 2026-01-23 04:04:09 +01:00

Doc 313c6c4: [Script] GetAllRailTypes and GetRailType are from ScriptEngine (#14745)

This commit is contained in:
SamuXarick
2025-10-30 17:36:43 +00:00
committed by GitHub
parent 3ebedecb4a
commit 3f19240bbe
2 changed files with 4 additions and 4 deletions

View File

@@ -29,7 +29,7 @@
* \li AICargo::CC_NON_POTABLE
* \li AIVehicleList_Waypoint
* \li AIError::ERR_BRIDGE_TOO_LOW
* \li AIRail::GetAllRailTypes
* \li AIEngine::GetAllRailTypes
*
* Other changes:
* \li AIBridge::GetBridgeID renamed to AIBridge::GetBridgeType
@@ -37,7 +37,7 @@
* \li AIList instances can now be saved
* \li AIVehicleList_Station accepts an optional AIVehicle::VehicleType parameter
* \li AIList instances can now be cloned
* \li AIRail::GetRailType will only return the first RailType of an engine, use AIRail::GetAllRailTypes instead
* \li AIEngine::GetRailType will only return the first RailType of an engine, use AIEngine::GetAllRailTypes instead
*
* \b 14.0
*

View File

@@ -30,7 +30,7 @@
* \li GSVehicleList_Waypoint
* \li GSBaseStation::GetOwner
* \li GSError::ERR_BRIDGE_TOO_LOW
* \li GSRail::GetAllRailTypes
* \li GSEngine::GetAllRailTypes
*
* Other changes:
* \li GSBridge::GetBridgeID renamed to GSBridge::GetBridgeType
@@ -38,7 +38,7 @@
* \li GSList instances can now be saved
* \li GSVehicleList_Station accepts an optional GSVehicle::VehicleType parameter
* \li GSList instances can now be cloned
* \li GSRail::GetRailType will only return the first RailType of an engine, use GSRail::GetAllRailTypes instead
* \li GSEngine::GetRailType will only return the first RailType of an engine, use GSEngine::GetAllRailTypes instead
*
* \b 14.0
*