Skip to content

Commit

Permalink
correct name for 0xf3365489e0dd50f9, add documentation (#1195)
Browse files Browse the repository at this point in the history
* correct name for 0xf3365489e0dd50f9, add documentation

* fixes suggested by @AvarianKnight
  • Loading branch information
ook3D authored Nov 13, 2024
1 parent 412baaa commit 61ee6d4
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 18 deletions.
18 changes: 0 additions & 18 deletions AUDIO/N_0xf3365489e0dd50f9.md

This file was deleted.

17 changes: 17 additions & 0 deletions AUDIO/SetVehicleMissileWarningEnabled.md
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.

0 comments on commit 61ee6d4

Please sign in to comment.