Awesome ;D I used to use my executor plugin that would execute this:
But this is much nicer ;D
cPluginManager:Get():ForEachPlugin( function(a_Plugin) if ((a_Plugin:GetName() ~= cPluginManager:GetCurrentPlugin():GetName()) and (a_Plugin:IsLoaded())) then print(a_Plugin:GetName(), string.format("%.4f", cPluginManager:CallPlugin(a_Plugin:GetName(), "collectgarbage", "count") / 1024) .. "MB") end end )
But this is much nicer ;D