diff options
author | orwell96 <orwell@bleipb.de> | 2018-10-17 17:52:22 +0200 |
---|---|---|
committer | orwell96 <orwell@bleipb.de> | 2018-10-17 18:11:11 +0200 |
commit | cd38b17eabb8cdc37bd7e11a89fd0fd049910ffc (patch) | |
tree | c53253e996691583408b0fdad9679356571b5ae8 /advtrains_luaautomation/README.txt | |
parent | c6bef1c358af39c25e0def8aa374e4474a6e334c (diff) | |
download | advtrains-cd38b17eabb8cdc37bd7e11a89fd0fd049910ffc.tar.gz advtrains-cd38b17eabb8cdc37bd7e11a89fd0fd049910ffc.tar.bz2 advtrains-cd38b17eabb8cdc37bd7e11a89fd0fd049910ffc.zip |
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
Diffstat (limited to 'advtrains_luaautomation/README.txt')
-rw-r--r-- | advtrains_luaautomation/README.txt | 3 |
1 files changed, 2 insertions, 1 deletions
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="<train_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=<message>} +{type="int", int=true, msg=<message>} Fired when an interrupt set by the 'interrupt' function runs out. 'message' is the message passed to the interrupt function. +For backwards compatiblity reasons, <message> is also contained in an event.message field. {type="ext_int", ext_int=true, message=<message>} Fired when another node called 'interrupt_pos' on this position. 'message' is the message passed to the interrupt_pos function. |