SampSharp
SampSharp
SampSharp.Entities.SAMP
VehicleInfoService Class
VehicleInfoService Methods
GetComponentType Method
GetModelInfo Method
VehicleInfoService
GetModelInfo 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#
Copy
public
Vector3
GetModelInfo
(
VehicleModelType
vehicleModel
,
VehicleModelInfoType
infoType
)
Parameters
vehicleModel
Type:
SampSharp.Entities.SAMP
VehicleModelType
The model of the vehicle.
infoType
Type:
SampSharp.Entities.SAMP
VehicleModelInfoType
The type of information to get.
Return Value
Type:
Vector3
The information about the vehicle model.
Implements
IVehicleInfoService
GetModelInfo(VehicleModelType, VehicleModelInfoType)
See Also
Reference
VehicleInfoService Class
SampSharp.Entities.SAMP Namespace