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

Interface ICanEnterVehicle

Represents entities that can enter vehicles.

Namespace: OpenMod.Extensions.Games.Abstractions.Vehicles
Assembly: OpenMod.Extensions.Games.Abstractions.dll
Syntax
public interface ICanEnterVehicle

Properties

| Improve this Doc View Source

CurrentVehicle

Gets the current vehicle. Returns null if the entity is not a passenger.

Declaration
IVehicle CurrentVehicle { get; }
Property Value
Type Description
IVehicle

Extension Methods

DisposeHelper.DisposeSyncOrAsync(Object)