WoWInterface SVN oUF_RuneBar

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /
    from Rev 3 to Rev 2
    Reverse comparison

Rev 3 → Rev 2

trunk/oUF_RuneBar/oUF_RuneBar.lua
8,8 → 8,6
- symbol: The symbol used when cooldowns are over. (Default: "*")
- interval: The time offset used for the update script. (Default: 0.5)
 
StatusBar only:
- :PostUpdate(event, rune, usable)
--]]
 
local localized, class = UnitClass('player')
49,8 → 47,6
if(rune and not usable and GetRuneType(rune)) then
self.RuneBar[rune]:SetScript('OnUpdate', function(self) OnUpdateBar(self, rune) end)
end
 
if(self.RuneBar.PostUpdate) then self.RuneBar:PostUpdate(event, rune, usable) end
end
 
local function Update(self, event, rune)