SetTrackBrakingDistance
DocsSetTrackBrakingDistance(track, brakingDistance)Description
Sets the braking distance of the track. Used by trains to determine the point to slow down when entering a station.
Parameters
| Name | Type | Description |
|---|---|---|
track | int | The track id (between 0 - 27) |
brakingDistance | float | The new braking distance |
Returns
voidThis native does not return a value.