Requests information from the server about a channel's owner. Fires the CHANNEL_OWNER event indicating the name of the channel owner.


See also Channel functions.

Signature:

DisplayChannelOwner("channel") or DisplayChannelOwner(channelIndex)

Arguments:

  • channel - Name of a channel (string)
  • channelIndex - Index of a channel (number)
This function must query the remote server, and any results will not be immediately available to the game client. Please see the function's documentation for more information about how to retrieve any results.