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 public enum VehicleModelInfoType
Members
| Member name | Value | Description |
---|
| Size | 1 |
Vehicle size
|
| FrontSeat | 2 |
Position of the front seat. (calculated from the center of the vehicle)
|
| RearSeat | 3 |
Position of the rear seat. (calculated from the center of the vehicle)
|
| PetrolCap | 4 |
Position of the fuel cap. (calculated from the center of the vehicle)
|
| WheelsFront | 5 |
Position of the front wheels. (calculated from the center of the vehicle)
|
| WheelsRear | 6 |
Position of the rear wheels. (calculated from the center of the vehicle)
|
| WheelsMiddle | 7 |
Position of the middle wheels, applies to vehicles with 3 axes. (calculated from the center of the vehicle)
|
| FrontBumperZ | 8 |
Height of the front bumper. (calculated from the center of the vehicle)
|
| RearBumperZ | 9 |
Height of the rear bumper. (calculated from the center of the vehicle)
|
See Also