Skip to content

Commit

Permalink
Create SetAircraftPilotSkillNoiseScalar
Browse files Browse the repository at this point in the history
added undocumented native
  • Loading branch information
alecjahanshahi authored Dec 17, 2024
1 parent 3e7c8f0 commit 50ca375
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions VEHICLE/SetAircraftPilotSkillNoiseScalar
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
ns: VEHICLE
---
## SET_AIRCRAFT_PILOT_SKILL_NOISE_SCALAR

```c
// 0xE5810AC70602F2F5 0xB6BE07E0
void SET_AIRCRAFT_PILOT_SKILL_NOISE_SCALAR(Vehicle vehicle, FLOAT scalar);
```

```
Appears to make the helicopter engine quieter the higher p2 is. 0.0 = lowest, 1.0 = highest.
```

## Parameters
* **vehicle**:
* **scalar**:

0 comments on commit 50ca375

Please sign in to comment.