WoW:API GetChannelList

From AddOn Studio
Revision as of 14:04, 24 July 2005 by WoWWiki>FoboldFKY (Added page)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
GetChannelList

Retrieves joined channels.

id1, name1, id2, name2, ... = GetChannelList();

Arguments
() - none

Returns
id1, name1, ...
pairs of channel number and channel name.

Note

Does not appear to return all channels, only some. I have no idea why, or what criteria it uses.