lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


To load an external module, require 'modulename' is used. This means
that luaopen_modulename is located in the dll-file.

Now is there no loaclose_modulename() wich can be called from lua?

luaclose/luaunload,...?


If luaopen_module setup tables registrates calls etc, then one also
want to clear this dynamically, right? or?