WoW:API LeaveChannelByName: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
m (Move page script moved page API LeaveChannelByName to API LeaveChannelByName without leaving a redirect) |
||
(3 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
{{wowapi}} | |||
Leaves the channel with the specified name. | Leaves the channel with the specified name. | ||
Line 27: | Line 26: | ||
: Leaves the channel with the specified name. | : Leaves the channel with the specified name. | ||
Latest revision as of 04:46, 15 August 2023
← WoW API < LeaveChannelByName
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.