C# Class OpenBveApi.Runtime.Station

Represents a station.
Afficher le fichier Open project: leezer3/OpenBVE Class Usage Examples

Méthodes publiques

Свойство 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
Résultat double

DefaultTrackPosition public_oe property

The track position of this station.
public double DefaultTrackPosition
Résultat double

DepartureTime public_oe property

The expected departure time.
public double DepartureTime
Résultat double

ForceStopSignal public_oe property

Whether the next signal is held red until departure.
public bool ForceStopSignal
Résultat bool

Name public_oe property

The name of the station.
public string Name
Résultat string

OpenLeftDoors public_oe property

Whether the left doors are to open.
public bool OpenLeftDoors
Résultat bool

OpenRightDoors public_oe property

Whether the right doors are to open.
public bool OpenRightDoors
Résultat bool

StopTime public_oe property

The expected time stopped.
public double StopTime
Résultat double