View Single Post
02/25/17, 08:23 AM   #1
Meai
 
Meai's Avatar
AddOn Author - Click to view addons
Join Date: Jul 2015
Posts: 13
Inventory in Main_Menu_Keyboard.sceneGroupInfo?

I created the GuildEvents addon and I was able to use
Code:
Main_Menu_Keyboard.sceneGroupInfo.guildsSceneGroup
to get the menu bar and add an icon for my addon there.

I'm in the process of creating an addon for inventory, and I'd like to do the same under the inventory UI, but I can't seem to find the right name. I can find the names for most of them, but inventory eludes me.

Does anyone else know it?

Edit:
I see now that inventory isn't a scene group, it is just a scene. I guess I may be able to set some icons or something in the categoryInfo for the subcategoryBar or subcategoryBarFragment? Or maybe I need to make my own bar with XML?

Last edited by Meai : 02/27/17 at 09:04 AM.
  Reply With Quote