MUMBLE_SET_VOLUME_OVERRIDE
Overrides the output volume for a particular player on Mumble. This will also bypass 3D audio and distance calculations. -1.0 to reset the override. Set to -1.0 to reset the Volume override.
CFX
Signature
lua
MumbleSetVolumeOverride(PlayerId(), 0.0)
-- returns voidParameters
| Name | Type | Description |
|---|---|---|
| Player | A game player index. | |
| float | The volume, ranging from 0.0 to 1.0 (or above). |
Usage
lua
MumbleSetVolumeOverride(PlayerId(), 0.0)Generated from the native name, hash, and parameter list. Add a real example.
Details
- Hash
- API set
- Source
- cfx
Source: cfx
