blob: 1326eab0a36ac02bb2e0062d9e08d72a5742eebc (
plain)
1
2
3
4
5
6
7
8
9
10
|
F.ttp_begin({
stn = "New Roses Gardens", -- station name
tt = "NRG_E", -- timetable ID
depint = "10;00", --departure slot interval
depoff = "01;30", --departure slot offset
doorside = "L",
reverse = true,
only_lines = nil,
force_tt_reset = false, -- force reset of travel times for this timetable
})
|