MumbleDoesChannelExist
Docslocal retval = MumbleDoesChannelExist(channel)Description
Check whether specified channel exists on the Mumble server.
Parameters
| Name | Type | Description |
|---|---|---|
channel | int | A game voice channel ID. |
Returns
BOOLReturns TRUE (1) or FALSE (0).