Interface IVehicleEvent
The base interface for all vehicle related events.
Namespace: OpenMod.Extensions.Games.Abstractions.Vehicles
Assembly: OpenMod.Extensions.Games.Abstractions.dll
Syntax
public interface IVehicleEvent : IEvent
Properties
| Improve this Doc View SourceVehicle
Gets the vehicle related to the event.
Declaration
IVehicle Vehicle { get; }
Property Value
Type | Description |
---|---|
IVehicle |