Wowpedia

We have moved to Warcraft Wiki. Click here for information and the new URL.

READ MORE

Wowpedia
Advertisement
texture = Texture:GetTexture();

Returns the texture string from any Texture object.


Arguments
none

Returns
texture
String - The path/filename without extension of the texture

Example
/script message(ActionButton1Icon:GetTexture())
Result
Interface\Icons\INV_Mace_07

Notes
  • If a :SetTexture(nil) is performed on a texture, then it will return nil.
  • If a :SetTexture("missing image") is performed on a texture (resulting in the "green rectangle"), then it will return "Solid Texture"
  • If a SetPortraitTexture(texture,unit) is performaned on a texture, then it will return "Portrait1"

Template:WoW API

Advertisement