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

Interface IVehicleEvent

The base interface for all vehicle related events.

Inherited Members
IEvent.Arguments
IEvent.Data
Namespace: OpenMod.Extensions.Games.Abstractions.Vehicles
Assembly: OpenMod.Extensions.Games.Abstractions.dll
Syntax
public interface IVehicleEvent : IEvent

Properties

| Improve this Doc View Source

Vehicle

Gets the vehicle related to the event.

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

Extension Methods

DisposeHelper.DisposeSyncOrAsync(Object)