WoW:API LeaveChannelByName: Difference between revisions
Jump to navigation
Jump to search
LeaveChannelByName -Documentation by AlexanderYoshi-
mNo edit summary |
No edit summary |
||
| Line 27: | Line 27: | ||
: Leaves the channel with the specified name. | : Leaves the channel with the specified name. | ||
---- | ---- | ||
{{ | {{WoW API}} | ||
Revision as of 04:48, 4 January 2006
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.