Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Correct name for 0x159B7318403A1CD8, add documentation #1190

Merged
merged 1 commit into from
Sep 18, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 0 additions & 14 deletions AUDIO/N_0x159b7318403a1cd8.md

This file was deleted.

17 changes: 17 additions & 0 deletions AUDIO/SetGlobalRadioSignalLevel.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
ns: AUDIO
aliases: ["0x159B7318403A1CD8"]
---
## SET_GLOBAL_RADIO_SIGNAL_LEVEL

```c
// 0x159B7318403A1CD8
void SET_GLOBAL_RADIO_SIGNAL_LEVEL(cs_type(Any) float signalLevel);
```

Sets the global radio signal level, lower value will cause radio static.
Used only a handful of times in scripts.

## Parameters
* **signalLevel**: Radio signal level.

Loading