WoW:API StatusBar SetStatusBarTexture: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
(Updated to match the current API boilerplate.)
m (Move page script moved page API StatusBar SetStatusBarTexture to API StatusBar SetStatusBarTexture without leaving a redirect)
 
(No difference)

Latest revision as of 04:47, 15 August 2023

Widget API ← StatusBar < SetStatusBarTexture

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[edit]

("file" or texture [, layer])
file
String - The path to the texture file
texture
Texture - The texture to use
layer
String (Layer) - The layer to use


Returns[edit]

nil