Requests the list of participants in a chat channel. Fires the CHAT_MSG_CHANNEL_LIST event listing the names of all characters in the channel.


See also Channel functions.

Signature:

ListChannelByName("channel") or ListChannelByName(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.