StatusBar:SetFillStyle

From Warcraft Wiki
Jump to navigation Jump to search

Set the style in which the bar will be filled.

StatusBar:SetFillStyle(fillStyle)

Arguments

fillStyle
string : StatusBarFillStyleSTANDARD, STANDARD_NO_RANGE_FILL, CENTER, REVERSE
  • STANDARD (default)
  • 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