-
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 8 of native updates (#1004)
* feat(audio): batch 8 of native updates * Update LockRadioStation.md Re-add NativeDB Introduced comment. * Update LinkStaticEmitterToEntity.md Add underscore to aliases. * Update LockRadioStation.md Add old alias "_LOCK_RADIO_STATION". * Update LoadStream.md Re-add list of streams, but from github's gist. --------- Co-authored-by: ammonia-cfx <[email protected]>
- Loading branch information
1 parent
1d2e056
commit 2c8cf42
Showing
12 changed files
with
51 additions
and
64 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 |
---|---|---|
@@ -0,0 +1,17 @@ | ||
--- | ||
ns: AUDIO | ||
aliases: ["_IS_RADIO_STATION_VISIBLE"] | ||
--- | ||
|
||
## IS_RADIO_STATION_FAVOURITED | ||
|
||
```c | ||
// 0x2B1784DB08AFEA79 | ||
BOOL IS_RADIO_STATION_FAVOURITED(char* radioStation); | ||
``` | ||
## Parameters | ||
* **radioStation**: | ||
## Return value | ||
Returns whether a radio station is a favourite. |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,3 +10,4 @@ BOOL IS_STREAM_PLAYING(); | |
|
||
|
||
## Return value | ||
Returns true if the script is currently playing a stream. |
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,19 +1,17 @@ | ||
--- | ||
ns: AUDIO | ||
aliases: ["0x651D3228960D08AF"] | ||
aliases: ["0x651D3228960D08AF", "_LINK_STATIC_EMITTER_TO_ENTITY"] | ||
--- | ||
## _LINK_STATIC_EMITTER_TO_ENTITY | ||
## LINK_STATIC_EMITTER_TO_ENTITY | ||
|
||
```c | ||
// 0x651D3228960D08AF | ||
void _LINK_STATIC_EMITTER_TO_ENTITY(char* emitterName, Entity entity); | ||
void LINK_STATIC_EMITTER_TO_ENTITY(char* emitterName, Entity entity); | ||
``` | ||
``` | ||
L* (LINK_*?) | ||
``` | ||
Links a static emitter to the given entity | ||
## Parameters | ||
* **emitterName**: | ||
* **entity**: | ||
* **emitterName**: | ||
* **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
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