From cd38b17eabb8cdc37bd7e11a89fd0fd049910ffc Mon Sep 17 00:00:00 2001 From: orwell96 Date: Wed, 17 Oct 2018 17:52:22 +0200 Subject: Address H#60, H#17, M#18 and M#7 duplicate "message" to "msg" make operation panel "cracky" remove inexistent dtime_s parameter add bones:bones to the list of not_blocking_trains nodes --- advtrains_luaautomation/README.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'advtrains_luaautomation/README.txt') diff --git a/advtrains_luaautomation/README.txt b/advtrains_luaautomation/README.txt index 0426ce9..279b07d 100644 --- a/advtrains_luaautomation/README.txt +++ b/advtrains_luaautomation/README.txt @@ -148,8 +148,9 @@ The Lua-controlled ATC rails are the only components that can actually interface {type="train", train=true, id=""} This event is fired when a train enters the rail. The field 'id' is the unique train ID, which is 6-digit random numerical string. -{type="int", int=true, message=} +{type="int", int=true, msg=} Fired when an interrupt set by the 'interrupt' function runs out. 'message' is the message passed to the interrupt function. +For backwards compatiblity reasons, is also contained in an event.message field. {type="ext_int", ext_int=true, message=} Fired when another node called 'interrupt_pos' on this position. 'message' is the message passed to the interrupt_pos function. -- cgit v1.2.3