Skip to content

Commit

Permalink
fixes suggested by @AvarianKnight
Browse files Browse the repository at this point in the history
  • Loading branch information
ook3D committed Sep 22, 2024
1 parent 3724584 commit 4d0902e
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions AUDIO/SetVehicleMissileWarningEnabled.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,9 @@ aliases: ["0xF3365489E0DD50F9"]
void SET_VEHICLE_MISSILE_WARNING_ENABLED(Vehicle vehicle, BOOL toggle);
```
```
toggles the incoming missile warning system for specified vehicle.
```
Toggles the incoming missile warning system for specified vehicle.
## Parameters
* **vehicle**: Vehicle to toggle warning system for.
* **toggle**: True(Enabled), False(Disabled).
* **toggle**: `true` to enable, `false` to disable.

0 comments on commit 4d0902e

Please sign in to comment.