-
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 9 of native updates (#1005)
* feat(audio): batch 9 of native updates * Update OverrideMicrophoneSettings.md Re-add old native name as alias. --------- Co-authored-by: ammonia-cfx <[email protected]>
- Loading branch information
1 parent
2c8cf42
commit b34658b
Showing
10 changed files
with
91 additions
and
92 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,19 @@ | ||
--- | ||
ns: AUDIO | ||
aliases: ["0x75773E11BA459E90"] | ||
aliases: ["0x75773E11BA459E90", "_OVERRIDE_MICROPHONE_SETTINGS"] | ||
--- | ||
## _OVERRIDE_MICROPHONE_SETTINGS | ||
## OVERRIDE_MICROPHONE_SETTINGS | ||
|
||
```c | ||
// 0x75773E11BA459E90 | ||
void _OVERRIDE_MICROPHONE_SETTINGS(cs_type(Any) Hash hash, BOOL toggle); | ||
void OVERRIDE_MICROPHONE_SETTINGS(cs_type(Any) Hash hash, BOOL toggle); | ||
``` | ||
Sets audio flag "OverrideMicrophoneSettings" | ||
Allows the script to ovverride the current microphone settings | ||
## Parameters | ||
* **hash**: | ||
* **toggle**: | ||
* **hash**: | ||
* **toggle**: | ||
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
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