Click or drag to resize

VehicleModelInfoType Enumeration

Contains all vehiclemodel info types.

Namespace:  SampSharp.GameMode.Definitions
Assembly:  SampSharp.GameMode (in SampSharp.GameMode.dll) Version: 0.0.0-local+709673996c0cc3c0733358a87691d1009326afa7
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