WoW:API DisplayChannelOwner: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
No edit summary
m (Move page script moved page API DisplayChannelOwner to WoW:API DisplayChannelOwner without leaving a redirect)
 
(One intermediate revision by one other user not shown)
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}}

Latest revision as of 04:45, 15 August 2023

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