View Single Post
09-08-16, 02:56 PM   #1
Dawn
A Molten Giant
 
Dawn's Avatar
AddOn Author - Click to view addons
Join Date: May 2006
Posts: 918
nameplate elements issue

I'm currently trying to clean up my nameplates. I fail to find a resource that tells me what are the names of the new elements on nameplates. Like EliteIcon, "EyeofSauron", CombatIcon, ... where do I find some info on how to manipulate those elements? Like I said, I even fail to get the proper frame names for them.

I already tried stuff like
Code:
		frame.EliteIcon:Hide()		
		frame.HighLevelIcon:Hide()	
		frame.AggroWarningTexture()
only results in nil errors, propably because of using the wrong name.

Something like "frame:GetRegions()" still working?
__________________
Rock: "We're sub-standard DPS. Nerf Paper, Scissors are fine."
Paper: "OMG, WTF, Scissors!"
Scissors: "Rock is OP and Paper are QQers. We need PvP buffs."

"neeh the game wont be remembered as the game who made blizz the most money, it will be remembered as the game who had the most QQ'ers that just couldnt quit the game for some reason..."


Last edited by Dawn : 09-08-16 at 03:14 PM.