Open Rails

TrainControlSystem.SpeedCurve Field

[This is preliminary documentation and subject to change.]

(float targetDistanceM, float targetSpeedMpS, float slope, float delayS, float decelerationMpS2) Returns a speed curve based speed limit, unit is m/s

public Func5<float, float, float, float, float, float> SpeedCurve;

See Also

TrainControlSystem Class | ORTS.Scripting.Api Namespace