SampSharp
SampSharp
SampSharp.Entities.SAMP
IVehicleInfoService Interface
IVehicleInfoService Methods
GetComponentType Method
GetModelInfo Method
IVehicleInfoService
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
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.
See Also
Reference
IVehicleInfoService Interface
SampSharp.Entities.SAMP Namespace