MaxLua

BlitzMax Forums/BlitzMax Programming/MaxLua

dan_upright(Posted 2014) [#1]
Does MaxLua provide a way to clean up after yourself? As far as I can see, once you use LuaRegisterObject that object is there for good which is obviously going to cause an issue if you have a lot of objects over the course of your program.

Am I missing something obvious (as I so often am) or is it worth hacking a LuaShutdown() function into the module?