WoW:API ListChannelByName: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
(Changed the description, as the previous one seemed to be wrong)
m (Move page script moved page API ListChannelByName to API ListChannelByName without leaving a redirect)
 
(No difference)

Latest revision as of 04:46, 15 August 2023

WoW API < ListChannelByName

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.