SET_AUDIO_SUBMIX_EFFECT_PARAM_FLOAT
Sets a floating-point parameter for a submix effect.
CFX
Signature
lua
SetAudioSubmixEffectParamFloat(0, 0, 0, 0.0)
-- returns voidParameters
| Name | Type | Description |
|---|---|---|
| int | The submix. | |
| int | The effect slot for the submix. It is expected that the effect is set in this slot beforehand. | |
| int | The parameter index for the effect. | |
| float | The parameter value to set. |
Usage
lua
SetAudioSubmixEffectParamFloat(0, 0, 0, 0.0)Generated from the native name, hash, and parameter list. Add a real example.
Details
- Hash
- API set
- Source
- cfx
Source: cfx
