C# Class OpenBveApi.Runtime.Station

Represents a station.
Datei anzeigen Open project: leezer3/OpenBVE Class Usage Examples

Public Properties

Property Type Description
ArrivalTime double
DefaultTrackPosition double
DepartureTime double
ForceStopSignal bool
Name string
OpenLeftDoors bool
OpenRightDoors bool
StopTime double

Property Details

ArrivalTime public_oe property

The expected arrival time.
public double ArrivalTime
return double

DefaultTrackPosition public_oe property

The track position of this station.
public double DefaultTrackPosition
return double

DepartureTime public_oe property

The expected departure time.
public double DepartureTime
return double

ForceStopSignal public_oe property

Whether the next signal is held red until departure.
public bool ForceStopSignal
return bool

Name public_oe property

The name of the station.
public string Name
return string

OpenLeftDoors public_oe property

Whether the left doors are to open.
public bool OpenLeftDoors
return bool

OpenRightDoors public_oe property

Whether the right doors are to open.
public bool OpenRightDoors
return bool

StopTime public_oe property

The expected time stopped.
public double StopTime
return double