WoW:API DisplayChannelOwner: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
mNo edit summary
m (Move page script moved page API DisplayChannelOwner to API DisplayChannelOwner without leaving a redirect)
 
(2 intermediate revisions by 2 users 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
[[Category:API Functions|DisplayChannelOwner]]
[[Category:API Channel Functions|DisplayChannelOwner]]

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