-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(audio): batch 15 of native updates (#1011)
- Loading branch information
1 parent
468989d
commit eb26cf1
Showing
13 changed files
with
111 additions
and
72 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
--- | ||
ns: AUDIO | ||
aliases: ["0x0B568201DD99F0EB"] | ||
--- | ||
## SET_CONVERSATION_AUDIO_CONTROLLED_BY_ANIM | ||
|
||
```c | ||
// 0x0B568201DD99F0EB 0x1193ED6E | ||
void SET_CONVERSATION_AUDIO_CONTROLLED_BY_ANIM(BOOL enable); | ||
``` | ||
Sets whether or not scripted conversation flow should be controlled by anim triggers | ||
## Parameters | ||
* **enable**: Pass in true to set conversation flow to be controlled by animation triggers. | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
--- | ||
ns: AUDIO | ||
aliases: ["0x61631F5DF50D1C34"] | ||
--- | ||
## SET_CONVERSATION_AUDIO_PLACEHOLDER | ||
|
||
```c | ||
// 0x61631F5DF50D1C34 | ||
void SET_CONVERSATION_AUDIO_PLACEHOLDER(BOOL isPlaceHolder); | ||
``` | ||
Used to determine whether conversation should use robot speech or not | ||
## Parameters | ||
* **isPlaceHolder**: Whether or not the conversation should use robot speech or not |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
--- | ||
ns: AUDIO | ||
aliases: ["0x892B6AB8F33606F5"] | ||
--- | ||
## SET_ENTITY_FOR_NULL_CONV_PED | ||
|
||
```c | ||
// 0x892B6AB8F33606F5 0x88203DDA | ||
void SET_ENTITY_FOR_NULL_CONV_PED(int speakerConversationIndex, Entity entity); | ||
``` | ||
## Parameters | ||
* **speakerConversationIndex**: | ||
* **entity**: | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters