Class Taxi
Represents a taxi vehicle
Assembly: SlipeServer.dll
Syntax
public class Taxi : BaseVehicle
Constructors
|
Improve this Doc
View Source
Taxi(TaxiModel, Vector3)
Create a plane from a model at a position
Declaration
public Taxi(TaxiModel model, Vector3 position)
Parameters
|
Improve this Doc
View Source
Taxi(TaxiModel, Vector3, Vector3, String, Int32, Int32)
Create a plane using all createVehicle arguments
Declaration
public Taxi(TaxiModel model, Vector3 position, Vector3 rotation, string numberplate = "", int variant1 = 1, int variant2 = 1)
Parameters
Properties
|
Improve this Doc
View Source
TaxiLightOn
Get and set if the taxi light on in a taxi
Declaration
public bool TaxiLightOn { get; set; }
Property Value
Operators
|
Improve this Doc
View Source
Explicit(Vehicle to Taxi)
Declaration
public static explicit operator Taxi(Vehicle vehicle)
Parameters
Type |
Name |
Description |
Vehicle |
vehicle |
|
Returns
Extension Methods