WoW:API Texture GetTexture: Difference between revisions

m
Move page script moved page API Texture GetTexture to WoW:API Texture GetTexture without leaving a redirect
mNo edit summary
m (Move page script moved page API Texture GetTexture to WoW:API Texture GetTexture without leaving a redirect)
 
(4 intermediate revisions by 4 users not shown)
Line 1: Line 1:
  texture = <i>Texture</i>:GetTexture();
{{widgetmethod}}
 
  texture = ''Texture'':GetTexture();


Returns the texture string from any Texture object.
Returns the texture string from any Texture object.
Line 6: Line 8:
;''Arguments''
;''Arguments''


:<i>none</i>
:''none''


----
----
Line 12: Line 14:


:;texture : String - The path/filename without extension of the texture
:;texture : String - The path/filename without extension of the texture
::* If a SetPortraitTexture(texture,unit) is performed on a texture, then it will return "Portrait1"
::* If the texture only contains a solid color (that is, no texture file), then it will return "Solid Texture"


----
----
Line 22: Line 26:
;''Notes''
;''Notes''
* If a :SetTexture(nil) is performed on a texture, then it will return nil.
* If a :SetTexture(nil) is performed on a texture, then it will return nil.
* If a :SetTexture("missing image") is performed on a texture, it will return nil.
* If a :SetTexture(''"missing image"'') is performed on a texture, it will return nil.
* If a SetPortraitTexture(texture,unit) is performaned on a texture, then it will return "Portrait1"
* The "Solid Texture" return for a missing image has been removed as of 1.10.  Use the return of [[API Texture SetTexture|SetTexture]] to determine if a texture exists.
* The "Solid Texture" return for a missing image has been removed as of 1.10.  Use the return of :SetTexture to determine if a texture exists.
{{Template:WoW API}}
Anonymous user