MUMBLE_REMOVE_VOICE_TARGET_CHANNEL
Removes the specified voice channel from the user's voice targets. Performs the opposite operation of [MUMBLE_ADD_VOICE_TARGET_CHANNEL](#\_0x4D386C9E)
CFX
Signature
lua
MumbleRemoveVoiceTargetChannel(0, 0)
-- returns voidParameters
| Name | Type | Description |
|---|---|---|
| int | A Mumble voice target ID, ranging from 1..30 (inclusive). | |
| int | The game voice channel ID to remove from the target. |
Usage
lua
MumbleRemoveVoiceTargetChannel(0, 0)Generated from the native name, hash, and parameter list. Add a real example.
Details
- Hash
- API set
- Source
- cfx
Source: cfx
