StatusBar:GetMinMaxValues

From Warcraft Wiki
Jump to navigation Jump to search

Returns the minimum and maximum values of a status bar.

minValue, maxValue = StatusBar:GetMinMaxValues()

Returns

minValue
number - The minimum value of the status bar.
maxValue
number - The maximum value of the status bar.