Open Rails

AETraveller 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.

AETraveller(
   AETraveller 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

AETraveller Class | Orts.Formats.OR Namespace | AETraveller Constructor Overload List