aboutsummaryrefslogtreecommitdiff
path: root/advtrains_interlocking/database.lua
diff options
context:
space:
mode:
authorywang <yw05@forksworld.de>2021-05-31 16:57:09 +0200
committerywang <yw05@forksworld.de>2021-05-31 16:57:09 +0200
commitb07363971d26b78e3aa6adad38648cb7f9a19f56 (patch)
tree9adfee94cacc96b9457e7b5b25a4b71b42b6d99e /advtrains_interlocking/database.lua
parentb60e516bac7165b91a72649e33b9707b88d33be2 (diff)
downloadadvtrains-b07363971d26b78e3aa6adad38648cb7f9a19f56.tar.gz
advtrains-b07363971d26b78e3aa6adad38648cb7f9a19f56.tar.bz2
advtrains-b07363971d26b78e3aa6adad38648cb7f9a19f56.zip
disable distant signaling by default
Distant routesetting is not implemented yet
Diffstat (limited to 'advtrains_interlocking/database.lua')
-rw-r--r--advtrains_interlocking/database.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/advtrains_interlocking/database.lua b/advtrains_interlocking/database.lua
index ee21db9..175e86f 100644
--- a/advtrains_interlocking/database.lua
+++ b/advtrains_interlocking/database.lua
@@ -197,6 +197,7 @@ TCB data structure
route_auto = <boolean> -- When set, we will automatically re-set the route (designated by routeset)
distant = { <sigd1> ... } -- a collection of sigd that points to a side of a TCB with a distant signal for this current signal.
distant_of = { <sigd>, <index> } -- the reverse of the above field, along with the index of the entry in the list (for easier lookup)
+ distant_mode = <boolean|nil> -- distant signaling mode (see distant_signals.lua)
},
-- This is the "B" side of the TCB
[2] = { -- Variant: end of track-circuited area (initial state of TC)