C# Class OpenBveApi.Runtime.Station

Represents a station.
Show file 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 property

The expected arrival time.
public double ArrivalTime
return double

DefaultTrackPosition public property

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

DepartureTime public property

The expected departure time.
public double DepartureTime
return double

ForceStopSignal public property

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

Name public property

The name of the station.
public string Name
return string

OpenLeftDoors public property

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

OpenRightDoors public property

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

StopTime public property

The expected time stopped.
public double StopTime
return double