Vehicle::setHeliBladesSpeed
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%.
Syntax
```js vehicle.setHeliBladesSpeed(speed); ```
Required Arguments
- speed: float
Return value
- Undefined
Example
```js // todo ```