diff options
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. |