0.0.1
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
## setMicClickOffVolume
|
||||
|
||||
## Description
|
||||
|
||||
Sets the local players radio turn off mic click volume
|
||||
|
||||
## Parameters
|
||||
|
||||
* **volume**: the volume to change to between 0 - 100 percent
|
||||
|
||||
```lua
|
||||
-- sets the radio turn off mic click volume to 20 percent
|
||||
exports['pma-voice']:setMicClickOffVolume(20)
|
||||
```
|
||||
Reference in New Issue
Block a user