SetAudioSubmixEffectParamInt — RedM Natives
0x77FAE2B8 · CFX · client
Sets an integer parameter for a submix effect.
Parameters
| Name | Type | Description |
|---|---|---|
| submixId | int | The submix. |
| effectSlot | int | The effect slot for the submix. It is expected that the effect is set in this slot beforehand. |
| paramIndex | int | The parameter index for the effect. |
| paramValue | int | The parameter value to set. |
Returns
void