WoW:API StatusBar GetMinMaxValues: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
mNo edit summary
m (Move page script moved page API StatusBar GetMinMaxValues to WoW:API StatusBar GetMinMaxValues without leaving a redirect)
 

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