Table of Contents

Class Warhead

Namespace
Exiled.Events.Handlers
Assembly
Exiled.Events.dll

Handles warhead related events.

public class Warhead
Inheritance
Warhead
Inherited Members
Extension Methods

Properties

ChangingLeverStatus

Invoked before changing the warhead lever status.

public static Event<ChangingLeverStatusEventArgs> ChangingLeverStatus { get; set; }

Property Value

Event<ChangingLeverStatusEventArgs>

DeadmanSwitchInitiating

Invoked before the DeadmanSwitch is Initiated.

public static Event<DeadmanSwitchInitiatingEventArgs> DeadmanSwitchInitiating { get; set; }

Property Value

Event<DeadmanSwitchInitiatingEventArgs>

Detonated

Invoked after the warhead has been detonated.

public static Event Detonated { get; set; }

Property Value

Event

Detonating

Invoked before detonating the warhead.

public static Event<DetonatingEventArgs> Detonating { get; set; }

Property Value

Event<DetonatingEventArgs>

Starting

Invoked before starting the warhead.

public static Event<StartingEventArgs> Starting { get; set; }

Property Value

Event<StartingEventArgs>

Stopping

Invoked before stopping the warhead.

public static Event<StoppingEventArgs> Stopping { get; set; }

Property Value

Event<StoppingEventArgs>

Methods

OnChangingLeverStatus(ChangingLeverStatusEventArgs)

Called before changing the warhead lever status.

public static void OnChangingLeverStatus(ChangingLeverStatusEventArgs ev)

Parameters

ev ChangingLeverStatusEventArgs

The ChangingLeverStatusEventArgs instance.

OnDeadmanSwitchInitiating(DeadmanSwitchInitiatingEventArgs)

Called after the warhead has been detonated.

public static void OnDeadmanSwitchInitiating(DeadmanSwitchInitiatingEventArgs ev)

Parameters

ev DeadmanSwitchInitiatingEventArgs

The DeadmanSwitchInitiatingEventArgs instance.

OnDetonated()

Called after the warhead has been detonated.

public static void OnDetonated()

OnDetonating(DetonatingEventArgs)

Called before detonating the warhead.

public static void OnDetonating(DetonatingEventArgs ev)

Parameters

ev DetonatingEventArgs

The DetonatingEventArgs instance.

OnStarting(StartingEventArgs)

Called before starting the warhead.

public static void OnStarting(StartingEventArgs ev)

Parameters

ev StartingEventArgs

The StartingEventArgs instance.

OnStopping(StoppingEventArgs)

Called before stopping the warhead.

public static void OnStopping(StoppingEventArgs ev)

Parameters

ev StoppingEventArgs

The StoppingEventArgs instance.