WoW:API GetChannelList: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
{{wowapi}} __NOTOC__
<center>'''GetChannelList''' </center>
<center>'''GetChannelList''' </center>


Line 5: Line 8:
  id1, name1, id2, name2, ... = GetChannelList();
  id1, name1, id2, name2, ... = GetChannelList();


----
== Parameters ==
;''Arguments''
=== Arguments ===
:() - none
:() - none
----
----
;''Returns''
=== Returns===


:;id1, name1, ...: pairs of channel number and channel name.
:;id1, name1, ...: pairs of channel number and channel name.
Line 21: Line 24:


----
----
{{WoW API}}

Revision as of 00:01, 11 December 2006

WoW API < GetChannelList


GetChannelList

Retrieves joined channels.

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

Parameters

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.