WoW:API LeaveChannelByName: Difference between revisions
Jump to navigation
Jump to search
LeaveChannelByName -Documentation by AlexanderYoshi-
No edit summary |
mNo edit summary |
||
Line 30: | Line 30: | ||
---- | ---- | ||
{{Template:WoW API}} | {{Template:WoW API}} | ||
[[Category:API Functions|LeaveChannelByName]] | |||
[[Category:API Channel Functions|LeaveChannelByName]] |
Revision as of 15:17, 27 August 2005
Leaves the channel with the specified name.
LeaveChannelByName(channelName);
- Arguments
- (String channelName)
- channelName
- The name of the channel to leave
- Returns
- nil
- Example
LeaveChannelByName("Trade");
- Result
- Description
- Leaves the channel with the specified name.