Add missing documentation for set_line

master
orwell96 2017-10-25 12:00:30 +02:00 committed by GitHub
parent 1495d3b49f
commit e4b3d293d2
1 changed files with 2 additions and 0 deletions

View File

@ -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.