diff options
Diffstat (limited to 'mesecons_luacontroller/doc/luacontroller/description.html')
-rw-r--r-- | mesecons_luacontroller/doc/luacontroller/description.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mesecons_luacontroller/doc/luacontroller/description.html b/mesecons_luacontroller/doc/luacontroller/description.html index e549ffe..8c5d023 100644 --- a/mesecons_luacontroller/doc/luacontroller/description.html +++ b/mesecons_luacontroller/doc/luacontroller/description.html @@ -1,5 +1,7 @@ The Luacontroller is an advanced programmable component. You can simply code it in the language Mesecons uses itself: Lua! All the code runs in a sandbox, so it's completely safe (but I won't guarantee that for absolute certainty!). +It works fine in an unloaded block, loading the block when the program needs to run. +Events are properly delivered after a server restart. <a href="http://mesecons.net/luacontroller/">Documentation is available here!</a> |