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