Click or drag to resize

IVehicleInfoService Interface

Provides functionality for getting information about vehicle models and components.

Namespace:  SampSharp.Entities.SAMP
Assembly:  SampSharp.Entities (in SampSharp.Entities.dll) Version: 0.0.0-local+709673996c0cc3c0733358a87691d1009326afa7
Syntax
C#
public interface IVehicleInfoService

The IVehicleInfoService type exposes the following members.

Methods
  NameDescription
Public methodGetComponentType
Gets the car mod type of the specified componentId.
Public methodGetModelInfo
Gets information of type specified by infoType for the specified vehicleModel.
Top
See Also