WoW:API StatusBar SetStatusBarTexture (source)
Revision as of 04:47, 15 August 2023
, 15 August 2023Move page script moved page API StatusBar SetStatusBarTexture to WoW:API StatusBar SetStatusBarTexture without leaving a redirect
No edit summary |
m (Move page script moved page API StatusBar SetStatusBarTexture to WoW:API StatusBar SetStatusBarTexture without leaving a redirect) |
||
| (One intermediate revision by one other user not shown) | |||
| Line 1: | Line 1: | ||
{{widgetmethod}} | {{widgetmethod}} __NOTOC__ | ||
Sets the texture of the StatusBar object (which is used when filling the portion between the StatusBar's Minimum value and the Current value). | Sets the texture of the StatusBar object (which is used when filling the portion between the StatusBar's Minimum value and the Current value). | ||
StatusBar:SetStatusBarTexture("file" or texture [, "layer"]) | |||
== Arguments == | |||
:("file" or texture [, layer]) | |||
:; file : String - The path to the texture file | |||
:; texture : [[UIOBJECT Texture|Texture]] - The texture to use | |||
:; layer : String ([[Layer]]) - The layer to use | |||
== Returns == | |||
:nil | |||