WoW:API StatusBar GetMinMaxValues: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
No edit summary
({{widgetmethod}})
Line 1: Line 1:
{{widgetmethod}}
{{stub/api}}
''Very old info:''
This appears to return only the minimum value at this time (int ver 4216). At the very least, it only returns one number.
This appears to return only the minimum value at this time (int ver 4216). At the very least, it only returns one number.


Line 7: Line 13:


-Moof
-Moof
----
{{template:WoW API}}

Revision as of 13:27, 10 June 2006

Widget API ← StatusBar < GetMinMaxValues

Template:Stub/api


Very old info:

This appears to return only the minimum value at this time (int ver 4216). At the very least, it only returns one number.


In terms of the main casting status bar, a better way to access these values is: minimum = getglobal("CastingBarFrame").startTime; maximum = getglobal("CastingBarFrame").maxValue;

-Moof