WoW:API ListChannelByName: Difference between revisions
Jump to navigation
Jump to search
m ({{wowapi}}) |
(Changed the description, as the previous one seemed to be wrong) |
||
Line 1: | Line 1: | ||
{{wowapi}} | {{wowapi}} | ||
Lists | Lists members in the given channel to the chat window. | ||
ListChannelByName( | ListChannelByName(channelName); | ||
---- | ---- | ||
;''Arguments'' | ;''Arguments'' | ||
:(String | :(String channelName) | ||
:; | :;channelName : channel name from which to list the members | ||
---- | ---- | ||
Line 25: | Line 25: | ||
;''Description'' | ;''Description'' | ||
: Lists | : Lists members in the given channel to the chat window. |
Revision as of 16:42, 19 June 2006
Lists members in the given channel to the chat window.
ListChannelByName(channelName);
- Arguments
- (String channelName)
- channelName
- channel name from which to list the members
- Returns
- nil
- Example
ListChannelByName("trad");
- Result
- Description
- Lists members in the given channel to the chat window.