ConsistTemplates: Difference between revisions
Jump to navigation
Jump to search
(Created page with 'Defines templates from which to create trains. These templates are referenced from both the Timetable table and external scenarios. ;ID :(int) :Automatically incremented. ;Tem…') |
No edit summary |
||
| Line 1: | Line 1: | ||
Defines templates from which to create trains. These templates are referenced from both the Timetable table and external scenarios. | Defines templates from which to create trains. These templates are referenced from both the Timetable table and external scenarios. Be advised that undesired behaviour can occur when a scenario references consist template that does not exist. A good rule of thumb is to only add or modify templates. | ||
;ID | ;ID | ||
Revision as of 22:51, 6 January 2011
Defines templates from which to create trains. These templates are referenced from both the Timetable table and external scenarios. Be advised that undesired behaviour can occur when a scenario references consist template that does not exist. A good rule of thumb is to only add or modify templates.
- ID
- (int)
- Automatically incremented.
- TemplateID
- (int)
- Entries with the same value belong to the same consist.
- VehicleID
- (int)
- References a vehicle type from the Vehicles table.
- Loaded
- (bool)
- True when the vehicle is loaded (i.e., has passengers or is loaded with freight)
Return to Timetables