View Single Post
03/12/15, 09:33 PM   #13
Randactyl
AddOn Author - Click to view addons
Join Date: Apr 2014
Posts: 251
Originally Posted by Garkin View Post
There is an undocumented function RedirectTexture(texture1, texture2). I'll test if it works.

Lua Code:
  1. RedirectTexture("EsoUI/Art/Inventory/newItem_icon.dds", "EsoUI/Art/Buttons/accept_up.dds")
  2. RedirectTexture("EsoUI/Art/Inventory/inventory_stolenItem_icon.dds", "EsoUI/Art/Buttons/decline_up.dds")

EDIT:
It works.
That sound like a pretty nifty little function!
  Reply With Quote