View Single Post
11-17-20, 07:42 AM   #2
Xrystal
nUI Maintainer
 
Xrystal's Avatar
Premium Member
AddOn Author - Click to view addons
Join Date: Feb 2006
Posts: 5,929
You would only have access to public values in other addons. If they have made them public then you can. You would have to look at the code for each addon to identify the values you will need access to and see if there is a public access to it. If not, you will be out of luck unless the developer is willing to add the additional features you are wanting to add.

For example:
In most of my own addons the variables are private as I only want the addon itself to access the information ..

But in nUI the values are public, so plugin addons can be created that hook into those values to do something that nUI doesn't do itself. Such as convert the slash command system into a UI or menu system to get the same functionality via a different interface.
__________________


Characters:
Gwynedda - 70 - Demon Warlock
Galaviel - 65 - Resto Druid
Gamaliel - 61 - Disc Priest
Gwynytha - 60 - Survival Hunter
Lienae - 60 - Resto Shaman
Plus several others below level 60

Info Panel IDs : http://www.wowinterface.com/forums/s...818#post136818
  Reply With Quote