WoW:API gcinfo: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
No edit summary
mNo edit summary
Line 1: Line 1:
{{Stub/API}}
{{Stub/API}}
{{wowapi}}
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 01:04, 5 October 2006

WoW API < gcinfo

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().