04-11-2015, 10:25 PM
*sigh* I've been trying to find out if there is a way to get the memory usage of a lua state. After a long search I found that there is even a function for it in Lua.. "collectgarbage('count')". You can even use it with cPluginManager:CallPlugin.