Open Rails

AETraveller.place(Int32, Int32, Int32, Single, Single) Method

[This is preliminary documentation and subject to change.]

Place the traveller starting at a specific location within a specified track node, facing with the track node.

public void place(
   int stnId,
   int tileX,
   int tileZ,
   float x,
   float z
);

Parameters

stnId
tileX
Starting tile coordinate.
tileZ
Starting tile coordinate.
x
Starting coordinate.
z
Starting coordinate.

See Also

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