advtrains/advtrains_interlocking/routesetting.lua

13 lines
294 B
Lua
Raw Normal View History

-- Setting and clearing routes
local ilrs = {}
-- Requests the given route
-- This function will try to set the designated route.
-- If this is not possible, route is inserted in the subscriber list for
-- the problematic lock points
function ilrs.request_route(signal, tcbs, routeid)
end