View Single Post
04/14/14, 11:46 AM   #6
Dio
 
Dio's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2014
Posts: 29
If you're an addon developer, get zgoo. It's essential. Helper functions are under "zo_Helper" when you run /zgoo

Additionally, that globals wiki page is good. I cross-reference between the two constantly when developing.

Edit - while on the topic, what would be really useful is a wiki page of a globals dump that goes down 2 or 3 levels. e.g. If there is a table, expand the table down 2 or 3 levels.

I've tried to obtain this information recursively using "for x, y in pairs(_G)" but the "private function" errors are blocking.

Last edited by Dio : 04/14/14 at 11:52 AM.
  Reply With Quote