WoW:API gcinfo: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
m (Move page script moved page API gcinfo to API gcinfo without leaving a redirect) |
||
(3 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
{{ | {{wowlua}} | ||
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). |