IVehicleFactory Interface |
Namespace: SampSharp.GameMode.Factories
public interface IVehicleFactory : IService
The IVehicleFactory type exposes the following members.
Name | Description | |
---|---|---|
![]() | Create |
Creates a BaseVehicle in the world.
|
![]() | CreateStatic(VehicleModelType, Vector3, Single, Int32, Int32) |
Creates a static BaseVehicle in the world.
|
![]() | CreateStatic(VehicleModelType, Vector3, Single, Int32, Int32, Int32, Boolean) |
Creates a static BaseVehicle in the world.
|