OpenMod Docs OpenMod Docs
OpenMod Docs OpenMod Docs
OpenMod .NET Plugin Framework.

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 Source

VehicleAssetId

Gets the ID of the vehicle asset.

Declaration
string VehicleAssetId { get; }
Property Value
Type Description
System.String
| Improve this Doc View Source

VehicleName

The human readable name of the asset.

Declaration
string VehicleName { get; }
Property Value
Type Description
System.String
| Improve this Doc View Source

VehicleType

Gets the type of the vehicle asset.

Declaration
string VehicleType { get; }
Property Value
Type Description
System.String

Extension Methods

DisposeHelper.DisposeSyncOrAsync(Object)