Sets the fill direction of the status bar. The default fill direction is from left to right or from bottom to top when the status bar is vertically oriented.
Signature:
StatusBar:SetReverseFill(reverse)
Arguments:
reverse
-true
to make the status bar fill from right to left (or from top to bottom when the status bar is vertically oriented);false
for the other way around (boolean
)