WoW:API DisplayChannelOwner: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
No edit summary
 
mNo edit summary
Line 15: Line 15:
      
      
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]]

Revision as of 13:02, 27 August 2005

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