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 | (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 | (Inherited from ValueType.) | |
| GetType | (Inherited from Object.) | |
| ToString | (Inherited from ValueType.) |