-
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 14 of native updates (#1010)
* feat(audio): batch 14 of native updates * Update SetAmbientVoiceNameHash.md Add alias. --------- Co-authored-by: ammonia-cfx <[email protected]>
- Loading branch information
1 parent
be05fc8
commit c5c2459
Showing
10 changed files
with
154 additions
and
153 deletions.
There are no files selected for viewing
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 |
---|---|---|
@@ -1,15 +1,17 @@ | ||
--- | ||
ns: AUDIO | ||
aliases: ["0x9A53DED9921DE990"] | ||
aliases: ["0x9A53DED9921DE990", "_SET_AMBIENT_VOICE_NAME_HASH"] | ||
--- | ||
## _SET_AMBIENT_VOICE_NAME_HASH | ||
## SET_AMBIENT_VOICE_NAME_HASH | ||
|
||
```c | ||
// 0x9A53DED9921DE990 | ||
void _SET_AMBIENT_VOICE_NAME_HASH(Ped ped, cs_type(Any) Hash hash); | ||
void SET_AMBIENT_VOICE_NAME_HASH(Ped ped, cs_type(Any) Hash hash); | ||
``` | ||
Sets the specified ped to use a specific voice different to the one associated with their model. | ||
## Parameters | ||
* **ped**: | ||
* **hash**: | ||
* **ped**: | ||
* **hash**: | ||
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
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