ForgeUI

ForgeUI

228k Downloads

Request: ActionBar table availability

Mischh opened this issue ยท 4 comments

commented

I know this sounds strange, but all i request is making the table tBars within ForgeUI_ActionBars.lua available from outside the file.
Something like :GetBar(strKey) or as a simple entry of the addon-object itself.

I am currently on fixing a very long outdated addon, from which i'd like to gain access to the bars/buttons to add frames as children.

Thank you - Mischh

commented

Sure can do. Are you fixing skill switch?

commented

Btw if you know how git/github works you can create pull request and make your own API.

commented

Yes. SkillSwitch. Somebody from my Guild found it and asked me months ago. Back then i added ForgeUI support. But scince your ActionBars were reworked completely i was asked to look back into it. I made it work with a horrible workaround. The Addon itself works perfectly, but it never had ForgeUI support.

commented

OK I added method called API_GetTBars so you can use it for example like this:

Apollo.GetAddon("ForgeUI_ActionBars"):API_GetTBars()

I'll release new version of ForgeUI later today.