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-localbuild+05637d43e9f34d872e453289d4e240c843e43b09
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
Indicates whether this instance and a specified object are equal.
(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
Returns the hash code for this instance.
(Inherited from ValueType.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns the fully qualified type name of this instance.
(Inherited from ValueType.)
Top
See Also