Click or drag to resize

VehicleModelInfoType Enumeration

Contains all vehicle model information types.

Namespace:  SampSharp.Entities.SAMP
Assembly:  SampSharp.Entities (in SampSharp.Entities.dll) Version: 0.0.0-localbuild+05637d43e9f34d872e453289d4e240c843e43b09
Syntax
C#
public enum VehicleModelInfoType
Members
  Member nameValueDescription
Size1 Vehicle size
FrontSeat2 Position of the front seat. (calculated from the center of the vehicle)
RearSeat3 Position of the rear seat. (calculated from the center of the vehicle)
PetrolCap4 Position of the fuel cap. (calculated from the center of the vehicle)
WheelsFront5 Position of the front wheels. (calculated from the center of the vehicle)
WheelsRear6 Position of the rear wheels. (calculated from the center of the vehicle)
WheelsMiddle7 Position of the middle wheels, applies to vehicles with 3 axes. (calculated from the center of the vehicle)
FrontBumperZ8 Height of the front bumper. (calculated from the center of the vehicle)
RearBumperZ9 Height of the rear bumper. (calculated from the center of the vehicle)
See Also