Click or drag to resize

VehicleInfoService Class

Represents a provider of information about vehicles using the natives provided by SA:MP in combination with a local info cache.
Inheritance Hierarchy
SystemObject
  SampSharp.Entities.SAMPVehicleInfoService

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

The VehicleInfoService type exposes the following members.

Constructors
  NameDescription
Public methodVehicleInfoService
Initializes a new instance of the VehicleInfoService class
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetComponentType
Gets the car mod type of the specified componentId.
Public methodGetHashCode (Inherited from Object.)
Public methodGetModelInfo
Gets information of type specified by infoType for the specified vehicleModel.
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also