WoW:API DisplayChannelOwner: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
No edit summary
(upgraded deprecated template)
Line 1: Line 1:
{{wowapi}}
Displays the name of the owner of the specified channel in the Default Chat Frame. Same as typing "/owner <channel>" in chat.
Displays the name of the owner of the specified channel in the Default Chat Frame. Same as typing "/owner <channel>" in chat.


Line 15: Line 16:
      
      
This is part of the World of Warcraft API
This is part of the World of Warcraft API
----
{{WoW API}}

Revision as of 17:25, 6 January 2007

WoW API < DisplayChannelOwner

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