WoWInterface SVN OpenRDX

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /trunk/RDX/Designs/Buttons
    from Rev 661 to Rev 662
    Reverse comparison

Rev 661 → Rev 662

MultiCastBar.lua
127,7 → 127,7
ApplyFeature = function(desc, state)
local objname = "Bar_" .. desc.name;
local _,class = UnitClass("player");
--if class == "SHAMAN" then
if class == "SHAMAN" then
 
------------------ On frame creation
local createCode = _EmitCreateCode(objname, desc);
150,7 → 150,7
frame.]] .. objname .. [[ = nil;
]];
state:Attach(state:Slot("EmitDestroy"), true, function(code) code:AppendCode(destroyCode); end);
--end
end
return true;
end;
UIFromDescriptor = function(desc, parent, state)