diff options
author | orwell96 <mono96.mml@gmail.com> | 2017-10-25 12:00:30 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-10-25 12:00:30 +0200 |
commit | e4b3d293d299cfe43b116ed3d3afd927b915329c (patch) | |
tree | 038575349956aa62607bd7ed419399c39f91eb76 /advtrains_luaautomation | |
parent | 1495d3b49fe5ddfd8ead47ce99d9178da5e89af3 (diff) | |
download | advtrains-e4b3d293d299cfe43b116ed3d3afd927b915329c.tar.gz advtrains-e4b3d293d299cfe43b116ed3d3afd927b915329c.tar.bz2 advtrains-e4b3d293d299cfe43b116ed3d3afd927b915329c.zip |
Add missing documentation for set_line
Diffstat (limited to 'advtrains_luaautomation')
-rw-r--r-- | advtrains_luaautomation/README.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/advtrains_luaautomation/README.txt b/advtrains_luaautomation/README.txt index f2219bf..ce4d45d 100644 --- a/advtrains_luaautomation/README.txt +++ b/advtrains_luaautomation/README.txt @@ -126,6 +126,8 @@ atc_set_text_outside(text) Set text shown on the outside of the train. Pass nil to show no text. atc_set_text_inside(text) Set text shown to train passengers. Pass nil to show no text. +set_line(number) + Only for subway wagons: Display a line number (1-9) on the train. # Operator panel This simple node executes its actions when punched. It can be used to change a switch and update the corresponding signals or similar applications. |