View Single Post
04/24/15, 09:56 AM   #6
Sasky
AddOn Author - Click to view addons
Join Date: Apr 2014
Posts: 231
Originally Posted by stAjora View Post
I'm finding threads and a bunch of code using or referencing these functions but I have no idea how people are figuring out how to use them.
In some cases, it's looking at the source code[1]. There's a bit more documentation there, though some is just reading the code to see what it does. Or searching the source for the function to see how it's used. I've done that in particular to get something tightly integrated in the standard UI.

One thing to keep in mind is some of the stuff people utilize isn't so much API anymore as hooking into the ingame UI code. The main difference is (theoretically) using the API would be more stable and less likely to break.

[1] - Online at http://esodata.uesp.net/current/src/luadir.html . Also some links to ZIPs on these forums.
  Reply With Quote