AddLineToConversation — FiveM Natives
0xC5EF963405593646 · AUDIO · all
``cpp enum eAudibility { AUD_AUDIBILITY_NORMAL = 0, AUD_AUDIBILITY_CLEAR = 1, AUD_AUDIBILITY_CRITICAL = 2, AUD_AUDIBILITY_LEAD_IN = 3 } ``
Parameters
| Name | Type | Description |
|---|---|---|
| speakerConversationIndex | int | |
| context | char* | |
| subtitle | char* | |
| listenerNumber | int | |
| volumeType | int | |
| isRandom | BOOL | |
| interruptible | BOOL | |
| ducksRadio | BOOL | |
| ducksScore | BOOL | |
| audibility | int | See eAudibility |
| headset | BOOL | |
| dontInterruptForSpecialAbility | BOOL | |
| isPadSpeakerRoute | BOOL |
Returns
void