Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update descriptions and parameters SetHeliBladesFullSpeed & SetHeliBladesSpeed #1236

Merged
merged 12 commits into from
Jan 23, 2025
11 changes: 5 additions & 6 deletions VEHICLE/SetHeliBladesFullSpeed.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,10 @@ ns: VEHICLE
void SET_HELI_BLADES_FULL_SPEED(Vehicle vehicle);
```

```
Equivalent of SET_HELI_BLADES_SPEED(vehicleHandle, 1.0f);
this native works on planes to?
```
Sets the speed of the helicopter blades to full speed.
Bob74 marked this conversation as resolved.
Show resolved Hide resolved
Equivalent of `SET_HELI_BLADES_SPEED(vehicleHandle, 1.0f);`.
Bob74 marked this conversation as resolved.
Show resolved Hide resolved

Works with planes too.
Bob74 marked this conversation as resolved.
Show resolved Hide resolved

## Parameters
* **vehicle**:

* **vehicle**: The helicopter or the plane
13 changes: 5 additions & 8 deletions VEHICLE/SetHeliBladesSpeed.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,10 @@ ns: VEHICLE
void SET_HELI_BLADES_SPEED(Vehicle vehicle, float speed);
```

```
Sets the speed of the helicopter blades in percentage of the full speed.
vehicleHandle: The helicopter.
speed: The speed in percentage, 0.0f being 0% and 1.0f being 100%.
```
Sets the speed of the helicopter blades in percentage of the full speed.
Bob74 marked this conversation as resolved.
Show resolved Hide resolved

## Parameters
* **vehicle**:
* **speed**:
Works with planes too.
Bob74 marked this conversation as resolved.
Show resolved Hide resolved

## Parameters
* **vehicle**: The helicopter or the plane
* **speed**: Desired blade rotation speed from 0.0f to 1.0f
Loading