Click or drag to resize

VehicleModelInfo Structure

Contains vehicle category infos.

Namespace:  SampSharp.GameMode.World
Assembly:  SampSharp.GameMode (in SampSharp.GameMode.dll) Version: 0.0.0-local+709673996c0cc3c0733358a87691d1009326afa7
Syntax
C#
public struct VehicleModelInfo

The VehicleModelInfo type exposes the following members.

Properties
  NameDescription
Public propertyCategory
Gets the category of this VehicleModelInfo.
Public propertyItem
Gets model information of the given type.
Public propertyName
Gets the name of this VehicleModelInfo.
Public propertySeatCount
Gets the seats number of this VehicleModelInfo.
Public propertyType
Gets the type of this VehicleModelInfo.
Top
Methods
  NameDescription
Public methodEquals (Inherited from ValueType.)
Public methodStatic memberForVehicle(BaseVehicle)
Returns an instance of VehicleModelInfo containing information about the specified vehicle.
Public methodStatic memberForVehicle(VehicleModelType)
Returns an instance of VehicleModelInfo containing information about the given VehicleModelType.
Public methodGetHashCode (Inherited from ValueType.)
Public methodGetType (Inherited from Object.)
Public methodToString (Inherited from ValueType.)
Top
See Also