From 816245588d62e3364b974be07989298887c45cfe Mon Sep 17 00:00:00 2001 From: orwell96 Date: Wed, 11 Dec 2019 12:25:08 +0100 Subject: Disable ARS train flag and surrounding uses --- advtrains_luaautomation/README.txt | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'advtrains_luaautomation/README.txt') diff --git a/advtrains_luaautomation/README.txt b/advtrains_luaautomation/README.txt index b565360..3e9a257 100644 --- a/advtrains_luaautomation/README.txt +++ b/advtrains_luaautomation/README.txt @@ -245,6 +245,11 @@ unset_autocouple() set_shunt(), unset_shunt() deprecated aliases for set_autocouple() and unset_autocouple(), will be removed from a later release. +-- This additional function is available when advtrains_interlocking is enabled: -- + +atc_set_disable_ars(true) + Disables (true) or enables (false) the use of ARS for this train. The train will not trigger ARS (automatic route setting) on signals then. + # Approach callbacks The LuaATC interface provides a way to hook into the approach callback system, which is for example used in the TSR rails (provided by advtrains_interlocking) or the station tracks (provided by advtrains_lines). However, for compatibility reasons, this behavior needs to be explicitly enabled. -- cgit v1.2.3