View Single Post
06-27-09, 11:10 AM   #27
Xrystal
nUI Maintainer
 
Xrystal's Avatar
Premium Member
AddOn Author - Click to view addons
Join Date: Feb 2006
Posts: 5,953
From the 3.2 API Change Forum the following was listed by someone that grabbed the details. Not sure how accurate or complete it is.


MultiCastActionBarFrame.lua
self:RegisterEvent("UPDATE_MULTI_CAST_ACTIONBAR");
New event

ShowMultiCastActionBar();
LockMultiCastActionBar();
...
UnlockMultiCastActionBar();
HideMultiCastActionBar();
...
ChangeMultiCastActionPage(self.page);
...
SetMultiCastSpell(ActionButton_CalculateAction(parent.parent.actionButton), self.spellId);
...
local slot = _ComputeMultiCastSlot(parent:GetID());
New API (widget?)

knownMultiCastSummonSpells[index] = (IsSpellKnown(spellId) and spellId) or nil;
New API: IsSpellKnown(spellId)
__________________


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