WoW:API StatusBar GetMinMaxValues: Difference between revisions
Jump to navigation
Jump to search
(Updated to match the current API boilerplate.) |
No edit summary |
||
| Line 14: | Line 14: | ||
:; statusMin : Number - The minimum value of the status bar | :; statusMin : Number - The minimum value of the status bar | ||
:; statusMax : Number - The maximum value of the status bar | :; statusMax : Number - The maximum value of the status bar | ||
Revision as of 13:47, 28 November 2007
← 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