Wowpedia

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

READ MORE

Wowpedia
Advertisement

Set the style in which the bar will be filled.

StatusBar:SetFillStyle(style);

Arguments[]

style
String - One of "STANDARD", "STANDARD_NO_RANGE_FILL", "CENTER", or "REVERSE". The default is "STANDARD".

Details[]

  • STANDARD_NO_RANGE_FILL - Make the status bar show as full if its minimum value is equal to its maximum value.
  • CENTER - Make the status bar grow and shrink from its center.
  • REVERSE - The status bar will fill from right to left.

Patch changes[]

See also[]

  • StatusBar:GetFillStyle
Advertisement