Class UnturnedVehicleExplodingEvent
The event that is triggered when a vehicle is going to explode.
Namespace: OpenMod.Unturned.Vehicles.Events
Assembly: OpenMod.Unturned.dll
Syntax
public class UnturnedVehicleExplodingEvent : UnturnedVehicleEvent, IVehicleEvent, IEvent, ICancellableEvent
Constructors
| Improve this Doc View SourceUnturnedVehicleExplodingEvent(UnturnedVehicle)
Declaration
public UnturnedVehicleExplodingEvent(UnturnedVehicle vehicle)
Parameters
Type | Name | Description |
---|---|---|
UnturnedVehicle | vehicle |
Properties
| Improve this Doc View SourceIsCancelled
Declaration
public bool IsCancelled { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Implements
ICancellableEvent