WoW:API ListChannelByName: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
No edit summary
 
mNo edit summary
Line 30: Line 30:
----
----
{{Template:WoW API}}
{{Template:WoW API}}
[[Category:API Functions|ListChannelByName]]
[[Category:API Channel Functions|ListChannelByName]]

Revision as of 15:18, 27 August 2005

ListChannelByName -Documentation by AlexanderYoshi-

Lists all of the channels that match the specified regular expression.

ListChannelByName(channelMatch);

Arguments
(String channelMatch)
channelMatch
Regular expression to match channel names on

Returns
nil

Example
ListChannelByName("trad");
Result

Description
Lists all of the channels that match the specified regular expression.

Template:WoW API