ChatBoxActiveChannelMembers
This will update target Text elements to display the number of players in the chatbox's activeChannel. It will also update another Text element to display a new line delimited list of player names currently in the channel.
Public Functions
| Function Name | Description |
|---|---|
| FilterNames(string input) | Takes the input and applies it to the filterValue then calls SetPlayerList function. |
| PurgePlayerList() | Removes all entries from the player list then calls SetPlayerList function. |
| SetPlayerList() | Will display the list of player names in the player list that conform to the filterValue, if any. |
| RefreshList(int id) | Updates the player list from the ChatBox and calls SetPlayerList function |
| RefreshList(int channelID, List<string> channelMembers) | Forcibly sets the channel members for a target channel id then calls SetPlayerList function to display them. |