WoW:API gcinfo

Revision as of 07:29, 19 September 2013 by Bear (talk | contribs)

WoW Lua


Returns the amount of memory in use by Lua (in kilobytes).

local memoryInUse = gcinfo()


Arguments

None


Returns

memoryInUse
Number - The amount of memory in use (in kilobytes).