aboutsummaryrefslogtreecommitdiff
path: root/advtrains_luaautomation/README.txt
diff options
context:
space:
mode:
authororwell96 <orwell@bleipb.de>2018-08-24 09:55:27 +0200
committerorwell96 <orwell@bleipb.de>2018-08-24 09:55:27 +0200
commit5039c958a2bbc8e3ffa1e59522e3bc5e9b2e2872 (patch)
treec0e6030589505e942a0d80783391042f57453f68 /advtrains_luaautomation/README.txt
parent05cb6090ac9537650a900b64768bf3ed959cebed (diff)
downloadadvtrains-5039c958a2bbc8e3ffa1e59522e3bc5e9b2e2872.tar.gz
advtrains-5039c958a2bbc8e3ffa1e59522e3bc5e9b2e2872.tar.bz2
advtrains-5039c958a2bbc8e3ffa1e59522e3bc5e9b2e2872.zip
(Note added, merge in next commit)
Diffstat (limited to 'advtrains_luaautomation/README.txt')
-rw-r--r--advtrains_luaautomation/README.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/advtrains_luaautomation/README.txt b/advtrains_luaautomation/README.txt
index 113ff90..444bf09 100644
--- a/advtrains_luaautomation/README.txt
+++ b/advtrains_luaautomation/README.txt
@@ -176,3 +176,4 @@ Once you set a name for any component, you can reference it by that name in the
setstate("Stn_P1_out", "green") instead of setstate(POS(1,2,3), "green")
This way, you don't need to memorize positions.
+--TODO: Ein paar mehr Codebeispiele wären schön, insbesondere mit os.date und so...