Native referenceRedM

_GET_ENTITY_AUDIO_MIX_GROUP

0x8B25A18E390F75BF AUDIO
FUNCTION SIGNATURE
Hash _GET_ENTITY_AUDIO_MIX_GROUP(`entity` (Entity));
Property Value
Native Name _GET_ENTITY_AUDIO_MIX_GROUP
Hash 0x8B25A18E390F75BF
Return Type Hash
Build 1207
Parameters entity (Entity)

Parameters

  • entity (Entity)

Usage

Lua (Direct):

local result = GetEntityAudioMixGroup(entity)

Lua (Hash):

local result = Citizen.InvokeNative(0x8B25A18E390F75BF, entity)

Back to AUDIO