PathTemplates: Difference between revisions

From SignalWiki
Jump to navigation Jump to search
mNo edit summary
(details for this table added)
Line 1: Line 1:
{{DeveloperNav}}
{{DeveloperNav}}


PathTemplates are used to define a train's path through the neighbouring areas (AI dispatcher).
This table is only used in simulations featuring a generic panel.


This table is undocumented at this time.
;ID
:(int)
:Automatically incremented.


;PathID
:(int)
:All the tracks belonging to a path share the same PathID.
;TrackID
:(string)
:Track ID (or, if this is the first PathID, sorted to ID, then a identifier/description of the path. PathTemplate identifiers (descriptions) must end with a number!!)
;IsPlatform
:(bool)
;IsIdentifier
:(bool)
:True when PathID is a description of the path
;Direction
:(bool)
:True when direction Left to RIGHT otherwise Right to LEFT


{{DeveloperNavBottom}}
{{DeveloperNavBottom}}

Revision as of 18:49, 17 December 2011

Contents | Developers pages | Command Line Options | Timetables | Scenario Creation | Developing Installers


PathTemplates are used to define a train's path through the neighbouring areas (AI dispatcher). This table is only used in simulations featuring a generic panel.

ID
(int)
Automatically incremented.
PathID
(int)
All the tracks belonging to a path share the same PathID.
TrackID
(string)
Track ID (or, if this is the first PathID, sorted to ID, then a identifier/description of the path. PathTemplate identifiers (descriptions) must end with a number!!)
IsPlatform
(bool)
IsIdentifier
(bool)
True when PathID is a description of the path
Direction
(bool)
True when direction Left to RIGHT otherwise Right to LEFT

Contents | Developers pages | Command Line Options | Timetables | Scenario Creation | Developing Installers