Add: [Script] Function to get all rail types of an rail engine.

This commit is contained in:
Michael Lutz
2025-06-13 21:20:29 +02:00
committed by dP
parent 51310ef531
commit ceee8016a5
7 changed files with 40 additions and 4 deletions

View File

@@ -30,6 +30,7 @@
* \li GSVehicleList_Waypoint
* \li GSBaseStation::GetOwner
* \li GSError:ERR_BRIDGE_TOO_LOW
* \li GSRail::GetAllRailTypes
*
* Other changes:
* \li GSBridge::GetBridgeID renamed to GSBridge::GetBridgeType
@@ -37,6 +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
*
* \b 14.0
*