WoW:API ListChannelByName: Difference between revisions

m
Move page script moved page API ListChannelByName to WoW:API ListChannelByName without leaving a redirect
mNo edit summary
m (Move page script moved page API ListChannelByName to WoW:API ListChannelByName without leaving a redirect)
 
(3 intermediate revisions by 3 users not shown)
Line 1: Line 1:
<center>'''ListChannelByName''' ''-Documentation by AlexanderYoshi-''</center>
{{wowapi}}
Lists members in the given channel to the chat window.


Lists all of the channels that match the specified regular expression.
  ListChannelByName(channelName);
 
  ListChannelByName(channelMatch);


----
----
;''Arguments''
;''Arguments''


:(String channelMatch)
:(String channelName)


:;channelMatch : Regular expression to match channel names on
:;channelName : channel name from which to list the members


----
----
Line 26: Line 25:
;''Description''
;''Description''


: Lists all of the channels that match the specified regular expression.
: Lists members in the given channel to the chat window.
 
----
{{Template:WoW API}}
[[Category:API Functions|ListChannelByName]]
[[Category:API Channel Functions|ListChannelByName]]
Anonymous user