Thread: Learning lua
View Single Post
04-12-10, 06:34 PM   #13
lilsparky
A Flamescale Wyrmkin
AddOn Author - Click to view addons
Join Date: Oct 2007
Posts: 117
Originally Posted by Slakah View Post
I would personally advise rooting around in other peoples code and see what makes it tick.
yeah, same here. the wowwiki api/widget pages are good reference, too.

find an addon that does something relatively simple, then monkey around with it to see if you can get it to do something else or look some other way.

be careful, too, when looking at addons that use libraries like ace. they can often confuse you by looking sort of like the normal api. best to learn the api directly, then learn the libraries that make it all easier, imo.
  Reply With Quote