Accelerates the train if the train's speed is less than the speed
value.
Train will still be affected by friction or gravity.
Used for launches and lifts.
It's recommended you use a value greater than 1 for lifts.
Moves the train at a constant speed determined by the speed
value.
Train will NOT be affected by friction or gravity.
Used for custom transport where you need to keep a constant speed.
Decelerates the train if the train's speed is greater than the speed
value.
Train will still be affected by friction or gravity.
Used for brakes.
If speed
value is 0, then train will be stopped once it reaches it.
Does not apply extra acceleration or deceleration to the train.
This is a normal track section.
Accelerates or decelerates the train until it matches the speed
value.
Train will still be affected by friction or gravity.
Used for stations or transport sections.
Generated using TypeDoc
Determines how to move a train in a section.