WoW:API ListChannelByName: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
m (Move page script moved page API ListChannelByName to API ListChannelByName without leaving a redirect) |
||
(2 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
{{wowapi}} | |||
Lists members in the given channel to the chat window. | |||
ListChannelByName(channelName); | |||
ListChannelByName( | |||
---- | ---- | ||
;''Arguments'' | ;''Arguments'' | ||
:(String | :(String channelName) | ||
:; | :;channelName : channel name from which to list the members | ||
---- | ---- | ||
Line 26: | Line 25: | ||
;''Description'' | ;''Description'' | ||
: Lists | : Lists members in the given channel to the chat window. | ||
Latest revision as of 04:46, 15 August 2023
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.