FEATURES:
This is an addon that adds WoW Voice icons to oUF UnitFrames
It will display a icon alike the one in the screenshots to the right.
To use this in your oUF layout you will need a Voice member on your oUF unit object (self):
local voice = hp:CreateTexture(nil, "OVERLAY")
voice:SetWidth(16)
voice:SetHeight(16)
voice:SetPoint("BOTTOMLEFT", self, "TOPRIGHT", -8, -8)
voice:Hide()
self.Voice = voice
This will place your voice icon topright on your unitframe.
It will automaticly fade out when the unit stops talking.
If you have any ideas / feature requests you want in, please leave a comment.
An always updated file can be found on the SVN |
|