Thread Tools Display Modes
01-25-13, 11:49 AM   #1
Rainrider
A Firelord
AddOn Author - Click to view addons
Join Date: Nov 2008
Posts: 454
Nameplates highlight

Post 5.1 we get the nameplate "parts" like this

Code:
local barFrame, nameFrame = nameplate:GetChildren()
local glowRegion, overlayRegion, highlightRegion, levelTextRegion, bossIconRegion, raidIconRegion, stateIconRegion = barFrame:GetRegions()
Could anyone tell me when highlightRegion is shown? Tried to test this myself and it seems it shows sometimes when one places the mouse over the nameplate, but most of the time this didn't happen.
  Reply With Quote
05-23-13, 08:43 AM   #2
Rainrider
A Firelord
AddOn Author - Click to view addons
Join Date: Nov 2008
Posts: 454
I got some time the play a bit with this. The highlight can never be seen with the default ui, because it is wrongly parented to the bar frame (child frame of the name plate frame), when it should be parented to the name plate frame itself. Here is what I used for testing in case someone wants to see for himself. To trigger the highlight, you must hover a name plate.
  Reply With Quote

WoWInterface » Developer Discussions » General Authoring Discussion » Nameplates highlight


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off