WoW:API GetChannelList: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
(Added page)
 
mNo edit summary
Line 18: Line 18:
Does not appear to return all channels, only some.  I have no
Does not appear to return all channels, only some.  I have no
idea why, or what criteria it uses.
idea why, or what criteria it uses.
__NOTOC__
{{Template:WoW API}}
[[Category:API Functions|GetChannelList]]
[[Category:API Channel Functions|GetChannelList]]

Revision as of 12:46, 27 August 2005

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.

Template:WoW API