diff options
author | orwell96 <orwell@bleipb.de> | 2019-12-11 12:25:08 +0100 |
---|---|---|
committer | orwell96 <orwell@bleipb.de> | 2021-02-10 16:35:45 +0100 |
commit | 816245588d62e3364b974be07989298887c45cfe (patch) | |
tree | b4166f07a0396b43d6af7bd41d1295101117d947 /advtrains_luaautomation/passive_api.txt | |
parent | 74a219937dd031743c880510f10571adec0cf8a8 (diff) | |
download | advtrains-816245588d62e3364b974be07989298887c45cfe.tar.gz advtrains-816245588d62e3364b974be07989298887c45cfe.tar.bz2 advtrains-816245588d62e3364b974be07989298887c45cfe.zip |
Disable ARS train flag and surrounding uses
Diffstat (limited to 'advtrains_luaautomation/passive_api.txt')
-rw-r--r-- | advtrains_luaautomation/passive_api.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/advtrains_luaautomation/passive_api.txt b/advtrains_luaautomation/passive_api.txt index 9852e94..5ae1df4 100644 --- a/advtrains_luaautomation/passive_api.txt +++ b/advtrains_luaautomation/passive_api.txt @@ -7,7 +7,7 @@ Displays Mesecon Transmitter Those passive components can also be used inside interlocking systems. -All passive components have a table called 'advtrains' in their node definition and have the group 'save_in_nodedb' set, so they work in unloaded chunks. +All passive components have a table called 'advtrains' in their node definition and have the group 'save_in_at_nodedb' set, so they work in unloaded chunks. Example for a switch: advtrains = { getstate = function(pos, node) |