Consists: Difference between revisions
Jump to navigation
Jump to search
(Created page with 'Extends the ConsistTemplate table by defining specific instances of consists. ;ID :(int) :Automatically incremented. ;TimeTableID :(int) :References the timetable entry that …') |
mNo edit summary |
||
| (2 intermediate revisions by 2 users not shown) | |||
| Line 1: | Line 1: | ||
Extends the ConsistTemplate table by defining specific instances of consists. | {{DeveloperNav}} | ||
Extends the ConsistTemplate table by defining specific instances of consists. It is not required to define consists in this table. If no consist is defined, then the template is used. | |||
Only use this table if you have ONE single train that is different from all others. In that case you STILL must define a template in the timetable table, but it is ignored if you specify a unique consist in this table. | |||
;ID | ;ID | ||
| Line 17: | Line 20: | ||
:True when the vehicle is loaded (either freight or passengers). | :True when the vehicle is loaded (either freight or passengers). | ||
{{DeveloperNavBottom}} | |||
{{ | |||
Latest revision as of 12:02, 13 July 2011
Contents | Developers pages | Command Line Options | Timetables | Scenario Creation | Developing Installers
Extends the ConsistTemplate table by defining specific instances of consists. It is not required to define consists in this table. If no consist is defined, then the template is used. Only use this table if you have ONE single train that is different from all others. In that case you STILL must define a template in the timetable table, but it is ignored if you specify a unique consist in this table.
- ID
- (int)
- Automatically incremented.
- TimeTableID
- (int)
- References the timetable entry that this template is designed to override.
- VehicleID
- (int)
- The value of the VehicleID from the Vehicles table.
- Loaded
- (bool)
- True when the vehicle is loaded (either freight or passengers).
Contents | Developers pages | Command Line Options | Timetables | Scenario Creation | Developing Installers