| Property | Value |
|---|---|
| Native Name | ADD_ENTITY_TO_AUDIO_MIX_GROUP |
| Hash | 0x153973AB99FE8980 |
| Return Type | void |
| Build | 1207 |
| Parameters | entity (Entity), groupName (char*), fadeIn (float) |
Description: ``` All found occurrences in b678d: pastebin.com/ceu67jz8
### Usage
**Lua (Direct):**
```lua
AddEntityToAudioMixGroup(entity, groupName, fadeIn)
Lua (Hash):
Citizen.InvokeNative(0x153973AB99FE8980, entity, groupName, fadeIn)