diff options
author | orwell96 <orwell@bleipb.de> | 2018-08-12 16:58:47 +0200 |
---|---|---|
committer | orwell96 <orwell@bleipb.de> | 2018-08-12 16:58:47 +0200 |
commit | a92ecbc26a14a193f103fe6a626eae000fe9b949 (patch) | |
tree | 7a88ed25c10d77eebf73d0f4d9f804b640070993 /advtrains_interlocking/database.lua | |
parent | 0ec89364c01eceb5c47f9cc3503d3561064b7fdb (diff) | |
download | advtrains-a92ecbc26a14a193f103fe6a626eae000fe9b949.tar.gz advtrains-a92ecbc26a14a193f103fe6a626eae000fe9b949.tar.bz2 advtrains-a92ecbc26a14a193f103fe6a626eae000fe9b949.zip |
Automatic working (re-set certain route on train pass)
Diffstat (limited to 'advtrains_interlocking/database.lua')
-rw-r--r-- | advtrains_interlocking/database.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/advtrains_interlocking/database.lua b/advtrains_interlocking/database.lua index c19f516..9fdeeb0 100644 --- a/advtrains_interlocking/database.lua +++ b/advtrains_interlocking/database.lua @@ -140,6 +140,7 @@ TCB data structure aspect = <asp> -- The aspect the signal should show. If this is nil, should show the most restrictive aspect (red) signal_name = <string> -- The human-readable name of the signal, only for documenting purposes routes = { <route definition> } -- a collection of routes from this signal + route_auto = <boolean> -- When set, we will automatically re-set the route (designated by routeset) }, [2] = { -- Variant: end of track-circuited area (initial state of TC) ts_id = nil, -- this is the indication for end_of_interlocking |