WoW:API StatusBar GetMinMaxValues: Difference between revisions
Jump to navigation
Jump to search
(documented...semifunctioning api *grumbles*) |
No edit summary |
||
| Line 7: | Line 7: | ||
-Moof | -Moof | ||
---- | |||
{{template:WoW API}} | |||
Revision as of 22:01, 30 December 2005
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