WoW:API GetNumDisplayChannels

From AddOn Studio
Revision as of 19:04, 22 December 2007 by WoWWiki>Ohklus (Page created)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
channelCount = GetNumDisplayChannels();

This function returns the number of channels and headers currently displayed by ChannelFrame. Usually used to loop through all available channels/headers to perfom API GetChannelDisplayInfo on them.

Note that this function only retrieves the number of visible channels/headers! Those subchannels that are hidden by a collapsed header are not counted.


This is part of the World of Warcraft API