WoW:API gcinfo: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
(gccollect)
 
No edit summary
Line 1: Line 1:
{{Stub/API}}
API gcinfo() return the number of KB used. Note that even if you set a reference to '''nil''', it will not erase the object until you call gccollect().
API gcinfo() return the number of KB used. Note that even if you set a reference to '''nil''', it will not erase the object until you call gccollect().

Revision as of 02:45, 4 October 2006

API gcinfo() return the number of KB used. Note that even if you set a reference to nil, it will not erase the object until you call gccollect().