View Single Post
09-04-16, 07:51 AM   #1
Joker119
A Flamescale Wyrmkin
 
Joker119's Avatar
AddOn Author - Click to view addons
Join Date: Aug 2014
Posts: 113
Replace default Raid Target Icons

Title pretty much says it all.

I know how to set them for addons to use, for example the nameplates is
Code:
frame.RaidTargetFrame.RaidTargetIcon:SetTexture(mediapath.."raidicons")
However how can I set the raid icons for all aspects of the UI, including those shown in the worldframe, through an addon, rather than creating the file in Interface\TargetFrame?
  Reply With Quote