Consists: Difference between revisions

From SignalWiki
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 …')
 
No edit summary
Line 1: Line 1:
Extends the ConsistTemplate table by defining specific instances of consists.
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.


;ID
;ID

Revision as of 04:50, 6 January 2011

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.

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).




Return to Timetables