Widget API: StatusBar:GetMinMaxValues
Jump to navigation
Jump to search
← Widget API ← StatusBar < GetMinMaxValues
Returns the minimum and maximum values of a status bar.
statusMin, statusMax = StatusBar:GetMinMaxValues()
Arguments[edit]
None
Returns[edit]
- statusMin, statusMax
- statusMin
- Number - The minimum value of the status bar
- statusMax
- Number - The maximum value of the status bar