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-trueto make the status bar fill from right to left (or from top to bottom when the status bar is vertically oriented);falsefor the other way around (boolean)