Interface IVehicleAsset
Represents a vehicle asset.
Namespace: OpenMod.Extensions.Games.Abstractions.Vehicles
Assembly: OpenMod.Extensions.Games.Abstractions.dll
Syntax
public interface IVehicleAsset
Properties
| Improve this Doc View SourceVehicleAssetId
Gets the ID of the vehicle asset.
Declaration
string VehicleAssetId { get; }
Property Value
Type | Description |
---|---|
System.String |
VehicleName
The human readable name of the asset.
Declaration
string VehicleName { get; }
Property Value
Type | Description |
---|---|
System.String |
VehicleType
Gets the type of the vehicle asset.
Declaration
string VehicleType { get; }
Property Value
Type | Description |
---|---|
System.String |