aboutsummaryrefslogtreecommitdiff
path: root/advtrains_interlocking/routesetting.lua
blob: bee183c284f2fdc4a49a945b7b210a7ee8cf9918 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
-- 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