MUMBLE_SET_SERVER_ADDRESS
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.
CFX
Signature
lua
MumbleSetServerAddress(address, 0)
-- returns voidParameters
| Name | Type | Description |
|---|---|---|
| char* | The address of the mumble server. | |
| int | The port of the mumble server. |
Usage
lua
MumbleSetServerAddress(address, 0)Generated from the native name, hash, and parameter list. Add a real example.
Details
- Hash
- API set
- Source
- cfx
Source: cfx
