WoW:API Texture GetTexture: Difference between revisions
Jump to navigation
Jump to search
({{widgetmethod}}) |
m (Robot: converting/fixing HTML) |
||
Line 1: | Line 1: | ||
{{widgetmethod}} | {{widgetmethod}} | ||
texture = | texture = ''Texture'':GetTexture(); | ||
Returns the texture string from any Texture object. | Returns the texture string from any Texture object. | ||
Line 8: | Line 8: | ||
;''Arguments'' | ;''Arguments'' | ||
: | :''none'' | ||
---- | ---- |
Revision as of 09:36, 20 January 2007
← Widget API ← Texture < GetTexture
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, 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 :SetTexture to determine if a texture exists.