View Single Post
10/03/23, 05:22 PM   #8
sinnereso
AddOn Author - Click to view addons
Join Date: Oct 2022
Posts: 247
Originally Posted by Baertram View Post
If you know already what addon does what I need: It's faster to spy that addon, yes.
But if you want to learn how to get to the thing, you should check "how does ZOs do it". And in general it's ncie to compare addon code to "how does ZOs do it", as ZOs sources could have improved/made it easier than addons that were coded years ago (not talking about your addon here, just in general!).

Hint to sinnereso:
I don't know if ZGOO provides that too, maybe it does:
If you use "merTorchbug updated" you will have the /tbug or /tb command to open the UI, and on the tab "functions" you will find all the global API (and addon, if any other addon is enabled) functions.
You can search that for "setting" (top left) and it will filter to only matching function names with setting then.
I went with zgoo because some REALLY old 2014/15 posts described exactly how to look for what I needed with /zgoo mouse with cursor over control but... I could not find anything related in it that way. Im new with those though.
  Reply With Quote