diff options
author | autocommitter <autocommitter@linux-forks.de> | 2024-04-22 14:52:37 +0200 |
---|---|---|
committer | autocommitter <autocommitter@linux-forks.de> | 2024-04-22 14:52:37 +0200 |
commit | f3da24b214b3337ad63ebd885da29d5b789d4738 (patch) | |
tree | 48fa662ea867d097fdf4fad4b3dc7c8310e8a80a /il_timetable | |
parent | e455ab51a3bdb8cca33bf0a3906575aa9177d8df (diff) | |
download | luaatc_envs-f3da24b214b3337ad63ebd885da29d5b789d4738.tar.gz luaatc_envs-f3da24b214b3337ad63ebd885da29d5b789d4738.tar.bz2 luaatc_envs-f3da24b214b3337ad63ebd885da29d5b789d4738.zip |
State at 2020-12-14
Diffstat (limited to 'il_timetable')
-rw-r--r-- | il_timetable/nodes/(115,16,-74).lua | 5 | ||||
-rw-r--r-- | il_timetable/nodes/(4401,-2,1976).lua | 5 |
2 files changed, 10 insertions, 0 deletions
diff --git a/il_timetable/nodes/(115,16,-74).lua b/il_timetable/nodes/(115,16,-74).lua new file mode 100644 index 0000000..6928a9d --- /dev/null +++ b/il_timetable/nodes/(115,16,-74).lua @@ -0,0 +1,5 @@ +-- d_int: Departure every n seconds (epoch modulo) +-- d_off: Departure time offset +-- function F.stop_sd(st_name, doors, departcommand, minstoptime, d_int, d_off) +atc_set_text_outside("E8 - Morija Center") +F.stop_sd_sched("Origin Marcuse Street", "L", "RSM", 10, 1200, 300)
\ No newline at end of file diff --git a/il_timetable/nodes/(4401,-2,1976).lua b/il_timetable/nodes/(4401,-2,1976).lua new file mode 100644 index 0000000..0c7a9c5 --- /dev/null +++ b/il_timetable/nodes/(4401,-2,1976).lua @@ -0,0 +1,5 @@ +-- d_int: Departure every n seconds (epoch modulo) +-- d_off: Departure time offset +-- function F.stop_sd(st_name, doors, departcommand, minstoptime, d_int, d_off) +atc_set_text_outside("E8 - Origin Marcuse Street") +F.stop_sd_sched("Morija Center", "L", "RSM", 10, 1200, 300)
\ No newline at end of file |