Class Helicopter
Represents helicopter vehicles
Assembly: SlipeClient.dll
Syntax
public class Helicopter : BaseVehicle
Constructors
|
Improve this Doc
View Source
Helicopter(HelicopterModel, Vector3)
Create a plane from a model at a position
Declaration
public Helicopter(HelicopterModel model, Vector3 position)
Parameters
|
Improve this Doc
View Source
Helicopter(HelicopterModel, Vector3, Vector3, String, Int32, Int32)
Create a plane using all createVehicle arguments
Declaration
public Helicopter(HelicopterModel model, Vector3 position, Vector3 rotation, string numberplate = "", int variant1 = 1, int variant2 = 1)
Parameters
Properties
|
Improve this Doc
View Source
BladeCollisionsEnabeled
Get and set if the collisions of the blades are enabled
Declaration
public bool BladeCollisionsEnabeled { get; set; }
Property Value
|
Improve this Doc
View Source
RotorSpeed
Get and set the rotor speed (between 0 and 0.2)
Declaration
public float RotorSpeed { get; set; }
Property Value
Operators
|
Improve this Doc
View Source
Explicit(Vehicle to Helicopter)
Declaration
public static explicit operator Helicopter(Vehicle vehicle)
Parameters
Type |
Name |
Description |
Vehicle |
vehicle |
|
Returns
Extension Methods