MumbleSetPlayerMuted
DocsMumbleSetPlayerMuted(playerSrc, toggle)Description
Mutes or unmutes the specified player
Parameters
| Name | Type | Description |
|---|---|---|
playerSrc | int | The player to set the mute state of |
toggle | bool | Whether to mute or unmute the player |
Returns
voidThis native does not return a value.