From the reference libraryFiveM

AUDIO Natives

natives/AUDIO/0x49B99BF3FDA89A7A.md

AUDIO Natives

DOES_CONTEXT_EXIST_FOR_THIS_PED

Property Value
Native Name DOES_CONTEXT_EXIST_FOR_THIS_PED
Hash 0x49B99BF3FDA89A7A
Return Type BOOL
Parameters ped (Ped), speechName (char*), allowBackupPVGs (BOOL)

Description: Checks if the context exists for the ped, searching through the voices in its PedVoiceGroup.

The final argument can be set to true to allow searching in backup PVGs

Back to documentation