Skip to content

Commit

Permalink
correct name for 0xf3365489e0dd50f9, add documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
ook3D committed Sep 18, 2024
1 parent 0fc33ae commit 3724584
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 18 deletions.
18 changes: 0 additions & 18 deletions AUDIO/N_0xf3365489e0dd50f9.md

This file was deleted.

19 changes: 19 additions & 0 deletions AUDIO/SetVehicleMissileWarningEnabled.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
---
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(Enabled), False(Disabled).

0 comments on commit 3724584

Please sign in to comment.