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 SourceCurrentVehicle
Gets the current vehicle. Returns null if the entity is not a passenger.
Declaration
IVehicle CurrentVehicle { get; }
Property Value
Type | Description |
---|---|
IVehicle |