| Property | Value |
|---|---|
| Native Name | _IS_SCRIPTED_AUDIO_CUSTOM |
| Hash | 0x6DF942C4179BE5AB |
| Return Type | BOOL |
| Build | 1207 |
| API Set | client |
| Parameters | item (Hash), soundSet (Hash) |
Description: item: FUSE, value returned from 0x2E1CDC1FF3B8473E soundSet: HUD_SHOP_SOUNDSET, COMPANIONS_ROBBERIES_SOUNDSET
Usage
Lua (Direct):
local result = IsScriptedAudioCustom(item, soundSet)
Lua (Hash):
local result = Citizen.InvokeNative(0x6DF942C4179BE5AB, item, soundSet)