Skip to content

Commit

Permalink
Update descriptions and parameters SetHeliBladesFullSpeed & SetHeliBl…
Browse files Browse the repository at this point in the history
…adesSpeed (#1236)

* Update SetHeliBladesFullSpeed.md

Tested and works with planes too

* Update SetHeliBladesFullSpeed.md

* Update SetHeliBladesFullSpeed.md

* Update SetHeliBladesSpeed.md

* Update SetHeliBladesSpeed.md

* Update VEHICLE/SetHeliBladesSpeed.md

Co-authored-by: Dillon Skaggs <dillon@dillonskaggs.dev>

* Update VEHICLE/SetHeliBladesSpeed.md

Co-authored-by: Dillon Skaggs <dillon@dillonskaggs.dev>

* Update VEHICLE/SetHeliBladesFullSpeed.md

Co-authored-by: Dillon Skaggs <dillon@dillonskaggs.dev>

* Update VEHICLE/SetHeliBladesFullSpeed.md

Co-authored-by: Dillon Skaggs <dillon@dillonskaggs.dev>

* Update VEHICLE/SetHeliBladesFullSpeed.md

Co-authored-by: Dillon Skaggs <dillon@dillonskaggs.dev>

* Update SetHeliBladesSpeed.md

* Update SetHeliBladesSpeed.md

---------

Co-authored-by: Dillon Skaggs <dillon@dillonskaggs.dev>
  • Loading branch information
Bob74 and AvarianKnight authored Jan 23, 2025
1 parent c253a00 commit 50b6286
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 14 deletions.
12 changes: 6 additions & 6 deletions VEHICLE/SetHeliBladesFullSpeed.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ 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?
```
Despite its name, this works on Helicopters and Planes.
## Parameters
* **vehicle**:
Sets the speed of the helicopter blades to full speed.
This is equivalent to calling `SetHeliBladesSpeed(vehicleHandle, 1.0);`
## Parameters
* **vehicle**: The helicopter or the plane
14 changes: 6 additions & 8 deletions VEHICLE/SetHeliBladesSpeed.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,11 @@ 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%.
```
Despite its name, this works on Helicopters and Planes.
## Parameters
* **vehicle**:
* **speed**:
Sets the speed of the helicopter blades in percentage of the full speed.
## Parameters
* **vehicle**: The helicopter or the plane
* **speed**: Desired blade rotation speed from 0.0 to 1.0

0 comments on commit 50b6286

Please sign in to comment.