diff options
author | orwell96 <mono96.mml@gmail.com> | 2017-04-27 15:32:41 +0200 |
---|---|---|
committer | orwell96 <mono96.mml@gmail.com> | 2017-04-27 15:33:40 +0200 |
commit | 337db2a573ccaa1672e713855022e96106679803 (patch) | |
tree | 5794fe32e0a522fd3d75c9b6f271c0899b041e11 /advtrains/advtrains_luaautomation | |
parent | 64dcbad3d28ba4930288669511b7ed2ea980b8c8 (diff) | |
download | advtrains-337db2a573ccaa1672e713855022e96106679803.tar.gz advtrains-337db2a573ccaa1672e713855022e96106679803.tar.bz2 advtrains-337db2a573ccaa1672e713855022e96106679803.zip |
Add Andrew's Cross
Diffstat (limited to 'advtrains/advtrains_luaautomation')
-rw-r--r-- | advtrains/advtrains_luaautomation/README.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/advtrains/advtrains_luaautomation/README.txt b/advtrains/advtrains_luaautomation/README.txt index 907b2fb..f2219bf 100644 --- a/advtrains/advtrains_luaautomation/README.txt +++ b/advtrains/advtrains_luaautomation/README.txt @@ -152,6 +152,10 @@ The Mesecon switch can be switched using LuaAutomation. Note that this is not po "on" - the switch is switched on "off" - the switch is switched off +##Andrew's Cross +"on" - it blinks +"off" - it does not blink + ### Passive component naming You can assign names to passive components using the Passive Component Naming tool. Once you set a name for any component, you can reference it by that name in the getstate() and setstate() functions, like this: |