WoW:API StatusBar GetMinMaxValues: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
mNo edit summary |
||
| Line 1: | Line 1: | ||
{{widgetmethod}} | {{widgetmethod}} | ||
Returns the minimum and maximum values of a status bar. | Returns the minimum and maximum values of a status bar. | ||
statusMin, statusMax = StatusBar:GetMinMaxValues() | statusMin, statusMax = StatusBar:GetMinMaxValues() | ||
== Arguments == | == Arguments == | ||
None | None | ||
== Returns == | == Returns == | ||
Revision as of 04:59, 17 May 2020
← Widget API ← StatusBar < GetMinMaxValues
Returns the minimum and maximum values of a status bar.
statusMin, statusMax = StatusBar:GetMinMaxValues()
Arguments
None
Returns
- statusMin, statusMax
- statusMin
- Number - The minimum value of the status bar
- statusMax
- Number - The maximum value of the status bar