anti...require?
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: anti...require?
- From: Anders Backman <andersb@...>
- Date: 2009年1月31日 11:49:41 +0100
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?