View Single Post
04/14/14, 12:07 PM   #8
Dio
 
Dio's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2014
Posts: 29
Originally Posted by Errc View Post
Look in Zgoo. There is a function in there that will allow you to iterate _G safely. I think it is safepairs and that is how we iterate it. Uses some trickery with pcalls and parsing the error messages to avoid the private/protected functions without error.
Thanks, I'll try this when I get home. If I can extract all the information I may create a new Wiki page that has 2-3 levels deep of globals. I don't want to amend the current one because it is already really slow to load.
  Reply With Quote