-
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.
correct name for 0xf3365489e0dd50f9, add documentation (#1195)
* correct name for 0xf3365489e0dd50f9, add documentation * fixes suggested by @AvarianKnight
- Loading branch information
Showing
2 changed files
with
17 additions
and
18 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
--- | ||
ns: AUDIO | ||
aliases: ["0xF3365489E0DD50F9"] | ||
--- | ||
## SET_VEHICLE_MISSILE_WARNING_ENABLED | ||
|
||
```c | ||
// 0xF3365489E0DD50F9 0x8AFC488D | ||
void SET_VEHICLE_MISSILE_WARNING_ENABLED(Vehicle vehicle, BOOL toggle); | ||
``` | ||
Toggles the incoming missile warning system for specified vehicle. | ||
## Parameters | ||
* **vehicle**: Vehicle to toggle warning system for. | ||
* **toggle**: `true` to enable, `false` to disable. | ||