WoW:API GetChannelList: Difference between revisions
Jump to navigation
Jump to search
GetChannelList
mNo edit summary |
No edit summary |
||
Line 19: | Line 19: | ||
idea why, or what criteria it uses. | idea why, or what criteria it uses. | ||
__NOTOC__ | __NOTOC__ | ||
{{ | |||
---- | |||
{{WoW API}} |
Revision as of 04:46, 4 January 2006
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.