WoW:API StatusBar GetMinMaxValues

Revision as of 08:24, 26 February 2005 by WoWWiki>WoWWiki-Moof (documented...semifunctioning api *grumbles*)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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