User Tools

Site Tools


usage:atlatc:examples:ars_cycling

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Last revision Both sides next revision
usage:atlatc:examples:ars_cycling [2022-06-28 11:46]
56independent [Introduction] Add usecases.
usage:atlatc:examples:ars_cycling [2022-07-02 12:51]
56independent [Code] remove t as that would require t1, t2, t3 ...
Line 22: Line 22:
   l = tostring(i)   l = tostring(i)
   if can_set_route(signalPos, l) then   if can_set_route(signalPos, l) then
-  set_route(signalPos, "t" .. l)+  set_route(signalPos, l)
   end   end
   end   end
 end end
 </code> </code>
usage/atlatc/examples/ars_cycling.txt · Last modified: 2022-07-03 14:08 by 56independent