WoW:API StatusBar GetMinMaxValues: Difference between revisions
Jump to navigation
Jump to search
(Updated to match the current API boilerplate.) |
m (Move page script moved page API StatusBar GetMinMaxValues to API StatusBar GetMinMaxValues without leaving a redirect) |
||
| (2 intermediate revisions by 2 users not shown) | |||
| 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 == | ||
| Line 14: | Line 11: | ||
:; 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 | ||
Latest revision as of 04:47, 15 August 2023
← 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