MumbleSetServerAddress
DocsMumbleSetServerAddress(address, port)Description
Changes the Mumble server address to connect to, and reconnects to the new address.
Setting the address to an empty string and the port to -1 will reset to the built in FXServer Mumble Implementation.
Parameters
| Name | Type | Description |
|---|---|---|
address | char* | The address of the mumble server. |
port | int | The port of the mumble server. |
Returns
voidThis native does not return a value.