Click or drag to resize

IVehicleInfoServiceGetModelInfo Method

Gets information of type specified by infoType for the specified vehicleModel.

Namespace:  SampSharp.Entities.SAMP
Assembly:  SampSharp.Entities (in SampSharp.Entities.dll) Version: 0.0.0-local+709673996c0cc3c0733358a87691d1009326afa7
Syntax
C#
Vector3 GetModelInfo(
	VehicleModelType vehicleModel,
	VehicleModelInfoType infoType
)

Parameters

vehicleModel
Type: SampSharp.Entities.SAMPVehicleModelType
The model of the vehicle.
infoType
Type: SampSharp.Entities.SAMPVehicleModelInfoType
The type of information to get.

Return Value

Type: Vector3
The information about the vehicle model.
See Also