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-localbuild+05637d43e9f34d872e453289d4e240c843e43b09
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