VehicleModelInfo Structure |
Namespace: SampSharp.GameMode.World
public struct VehicleModelInfo
The VehicleModelInfo type exposes the following members.
Name | Description | |
---|---|---|
![]() | Category |
Gets the category of this VehicleModelInfo.
|
![]() | Item |
Gets model information of the given type.
|
![]() | Name |
Gets the name of this VehicleModelInfo.
|
![]() | SeatCount |
Gets the seats number of this VehicleModelInfo.
|
![]() | Type |
Gets the type of this VehicleModelInfo.
|
Name | Description | |
---|---|---|
![]() | Equals | Indicates whether this instance and a specified object are equal. (Inherited from ValueType.) |
![]() ![]() | ForVehicle(BaseVehicle) |
Returns an instance of VehicleModelInfo containing information about the specified vehicle.
|
![]() ![]() | ForVehicle(VehicleModelType) |
Returns an instance of VehicleModelInfo containing information about the given
VehicleModelType.
|
![]() | GetHashCode | Returns the hash code for this instance. (Inherited from ValueType.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | ToString | Returns the fully qualified type name of this instance. (Inherited from ValueType.) |