StabledTrains: Difference between revisions
Jump to navigation
Jump to search
(Created page with '{{DeveloperNav}} {{EnglishConstruction}} This table is undocumented at this time.') |
No edit summary |
||
| Line 4: | Line 4: | ||
;ID | |||
:(int) | |||
:Automatically incremented. | |||
;TrainID | |||
:(string) | |||
:The name of the train used within the simulation. | |||
;LinkToTrainID | |||
:(int) | |||
:A reference to the a train defined in the TimeTable table. Such a reference is used to refer to information in that table that is not available in the StabledTrains table (days on which the train runs, for example). | |||
;Direction | |||
:(int) | |||
:Defines the direction the train faces when initially created. | |||
:0 - Left | |||
:1 - Right | |||
;PhysicsID | |||
:(int) | |||
:Reference to a row in the TrainTypes table. Defines physical and mechanical properties of the train. | |||
;ConsistTemplate | |||
:(int) | |||
:Reference to a row in the ConsistTemplates table. Defines rollingstock for the train. | |||
;StationID | |||
:(string) | |||
:When the timetable has multiple stations defined, this field indicates to which station the stabled train belongs. | |||
;TrackID | |||
:(string) | |||
:Defines the name of the track onto which the train is placed. ''The train must fit on this track or will not be loaded.'' | |||
;TrackPosition | |||
:(int) | |||
:Defines the distance from the 'left-most insulation' joint of the track to the train. ''The train must fit on this track or will not be loaded.'' | |||
{{DeveloperNavBottom}} | |||
Revision as of 19:18, 31 January 2012
Contents | Developers pages | Command Line Options | Timetables | Scenario Creation | Developing Installers
Page is under construction. Information is subject to change.
- ID
- (int)
- Automatically incremented.
- TrainID
- (string)
- The name of the train used within the simulation.
- LinkToTrainID
- (int)
- A reference to the a train defined in the TimeTable table. Such a reference is used to refer to information in that table that is not available in the StabledTrains table (days on which the train runs, for example).
- Direction
- (int)
- Defines the direction the train faces when initially created.
- 0 - Left
- 1 - Right
- PhysicsID
- (int)
- Reference to a row in the TrainTypes table. Defines physical and mechanical properties of the train.
- ConsistTemplate
- (int)
- Reference to a row in the ConsistTemplates table. Defines rollingstock for the train.
- StationID
- (string)
- When the timetable has multiple stations defined, this field indicates to which station the stabled train belongs.
- TrackID
- (string)
- Defines the name of the track onto which the train is placed. The train must fit on this track or will not be loaded.
- TrackPosition
- (int)
- Defines the distance from the 'left-most insulation' joint of the track to the train. The train must fit on this track or will not be loaded.
Contents | Developers pages | Command Line Options | Timetables | Scenario Creation | Developing Installers