|
Info Panel IDs
When I was writing the Guild Chat Infopanel plugin I noticed that using the same number as an existing infopanel causes problems as this number denotes which order they appear in.
As more infopanels are added by different people I thought it best if we have somewhere we can check for an available ID.
Here's the current ones available to download and I can see already a conflict if people choose to have carbonite/omen and recount/omen for whatever reason or Carbonite with Hitsmode:
Built into nUI by Default:
Combat Log - nUI_INFOMODE_COMBATLOG = 2;
Battlefield Minimap - nUI_INFOMODE_BMM = 3;
Recount - nUI_INFOMODE_RECOUNT = 4;
Omen3 & KLH - nUI_INFOMODE_OMEN3KLH = 5;
Omen3 - nUI_INFOMODE_OMEN3 = 6;
KLH - nUI_INFOMODE_KLH = 8;
KLH & Recount - nUI_INFOMODE_KLHRECOUNT = 9;
Skada - nUI_INFOMODE_SKADA = 10;
Optional Plugins:
Minimap - nUI_INFOMODE_MINIMAP = 1;
Recount & Omen (Stats) - nUI_INFOMODE_OMEN3RECOUNT = 7;
Recount & Omen (Dual Stats) - nUI_INFOMODE_OMEN3RECOUNT = 7;
Carbonite & Omen - nUI_INFOMODE_OMEN3CARBONITE = 7;
Grid - nUI_INFOMODE_GRID = 8;
Healbot - nUI_INFOMODE_HEALBOT = 9;
Hitsmode - nUI_INFOMODE_HITSMODE = 10;
Carbonite - nUI_INFOMODE_CARBON = 10;
Professions - nUI_INFOMODE_Profesions = 40;
My Plugins (both done and in progress):
GuildChat - nUI_INFOMODE_GUILDCHAT = 15;
Decursive - nUI_INFOMODE_DECURSIVE = 16;
Decursive/Omen = nUI_INFOMODE_DECURSIVEOMEN = 16;
Eavesdrop - nUI_INFOMODE_EAVESDROP = 17;
MagePorts - nUI_INFOMODE_MAGEPORTS = 18;
TotemCaddy - nUI_INFOMODE_TOTEMCADDY = 19; ( In Design )
Lunarsphere - nUI_INFOMODE_LUNARSPHERE = 20; ( In Design )
Whisper - nUI_INFOMODE_WHISPERS = 21;
Chat - nUI_INFOMODE_CHAT = 22;
__________________
Have too many addons ? Try nUI and see if that helps relieve the situation.
Last edited by Xrystal : 08-20-2009 at 10:14 AM.
|