WoW:API gcinfo: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
(Reformatted according to the current API boilerplate.) |
||
Line 1: | Line 1: | ||
{{ | {{wowapi}} __NOTOC__ | ||
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). |