Open Rails

Traveller Constructor

[This is preliminary documentation and subject to change.]

Creates a copy of another traveller, starting in the same location but with the specified change of direction.

Traveller(
   Traveller copy,
   TravellerDirection reversed
);

Parameters

copy
The other traveller to copy.
reversed
Specifies whether to go the same direction as the copy (Forward) or flip direction (Backward).

See Also

Traveller Class | ORTS Namespace | Traveller Constructor Overload List