Class Plane
Planes as a special type of vehicle
Assembly: SlipeServer.dll
Syntax
public class Plane : BaseVehicle
Constructors
|
Improve this Doc
View Source
Plane(PlaneModel, Vector3)
Create a plane from a model at a position
Declaration
public Plane(PlaneModel model, Vector3 position)
Parameters
|
Improve this Doc
View Source
Plane(PlaneModel, Vector3, Vector3, String, Int32, Int32)
Create a plane using all createVehicle arguments
Declaration
public Plane(PlaneModel model, Vector3 position, Vector3 rotation, string numberplate = "", int variant1 = 1, int variant2 = 1)
Parameters
Properties
|
Improve this Doc
View Source
LandingGearDown
Get and set if the Plane's landing gear is down or not
Declaration
public bool LandingGearDown { get; set; }
Property Value
Operators
|
Improve this Doc
View Source
Explicit(Vehicle to Plane)
Declaration
public static explicit operator Plane(Vehicle vehicle)
Parameters
Type |
Name |
Description |
Vehicle |
vehicle |
|
Returns
Extension Methods