WoW:API DisplayChannelOwner: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
mNo edit summary
No edit summary
Line 16: Line 16:
This is part of the World of Warcraft API
This is part of the World of Warcraft API


[[Category:API Functions|DisplayChannelOwner]]
----
[[Category:API Channel Functions|DisplayChannelOwner]]
{{WoW API}}

Revision as of 04:46, 4 January 2006

Displays the name of the owner of the specified channel in the Default Chat Frame. Same as typing "/owner <channel>" in chat.

   DisplayChannelOwner(channelName);

Arguments

   String channelName


Returns

   nil


This is part of the World of Warcraft API


Template:WoW API