Axle Counter Failures

From SignalWiki
Revision as of 03:03, 11 January 2012 by Charlie (talk | contribs) (Created page with '{{DeveloperNav}} All axle counter failure tags are enclosed within the '''Irregularities''' tags. Each axle counter failure is defined like the following: <pre style="color:blu…')

(diff) ← Older revision | Approved revision (diff) | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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


All axle counter failure tags are enclosed within the Irregularities tags. Each axle counter failure is defined like the following:

 <Irregularities>
    <AxleCounterFailure track="4AT" startTime="10:30:00" endTime="11:30:00" />
 </Irregularities>

The attributes for each axle counter failure are as follows:

track
name of the track
startTime
(optional)
time (HH:mm:ss)
when omitted, there is no lower bound (that is, axle counter failures can occur as soon as simulation starts)
endTime
(optional)
time (HH:mm:ss)
when omitted, there is no upper bound (that is, axle counter failures can occur right to the end of the simulation, however long that may be)

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