WoW:API ListChannelByName: Difference between revisions
Jump to navigation
Jump to search
ListChannelByName -Documentation by AlexanderYoshi-
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
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.