-
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 13 of native updates (#1009)
* feat(audio): batch 13 of native updates * Update RequestTennisBank.md Newline between description and parameters. * Update RequestTennisBank.md Remove double newline at EOF. --------- Co-authored-by: ammonia-cfx <[email protected]>
- Loading branch information
1 parent
9e9c2ed
commit f8d1ce9
Showing
13 changed files
with
76 additions
and
83 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 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
--- | ||
ns: AUDIO | ||
aliases: ["0x4ADA3F19BE4A6047", "_SET_PED_TALK"] | ||
--- | ||
## REQUEST_TENNIS_BANKS | ||
|
||
```c | ||
// 0x4ADA3F19BE4A6047 0x13777A0B | ||
void REQUEST_TENNIS_BANKS(Ped opponentPed); | ||
``` | ||
Loads the tennis vocalization banks into a couple animal slots. | ||
## Parameters | ||
* **opponentPed**: |
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 |
---|---|---|
|
@@ -8,4 +8,4 @@ ns: AUDIO | |
void RESET_TREVOR_RAGE(); | ||
``` | ||
|
||
|
||
Clears the override set by [OVERRIDE_TREVOR_RAGE](#_0x13AD665062541A7E) |
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: ["0xD2DCCD8E16E20997"] | ||
--- | ||
## RESET_VEHICLE_STARTUP_REV_SOUND | ||
|
||
```c | ||
// 0xD2DCCD8E16E20997 | ||
void RESET_VEHICLE_STARTUP_REV_SOUND(Vehicle vehicle); | ||
``` | ||
Resets the override for [SET_VEHICLE_STARTUP_REV_SOUND](#_0xF1F8157B8C3F171C) | ||
## Parameters | ||
* **vehicle**: |
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,17 @@ | ||
--- | ||
ns: AUDIO | ||
aliases: ["0x70B8EC8FC108A634"] | ||
--- | ||
## SCRIPT_OVERRIDES_WIND_ELEVATION | ||
|
||
```c | ||
// 0x70B8EC8FC108A634 0x95050CAD | ||
void SCRIPT_OVERRIDES_WIND_ELEVATION(BOOL override, cs_type(Any) Hash windElevationHashName); | ||
``` | ||
Overrides wind elevation sounds | ||
## Parameters | ||
* **override**: | ||
* **windElevationHashName**: | ||
This file was deleted.
Oops, something went wrong.