WoW:API LeaveChannelByName: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
No edit summary
m ({{wowapi}})
Line 1: Line 1:
<center>'''LeaveChannelByName''' ''-Documentation by AlexanderYoshi-''</center>
{{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.
----
{{WoW API}}

Revision as of 12:06, 18 June 2006

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.