Table of Contents

Class StoppingEventArgs

Namespace
Exiled.Events.EventArgs.Warhead
Assembly
Exiled.Events.dll

Contains all information before stopping the warhead.

public class StoppingEventArgs : IPlayerEvent, IDeniableEvent, IExiledEvent
Inheritance
StoppingEventArgs
Implements
Derived
Inherited Members
Extension Methods

Constructors

StoppingEventArgs(Player, bool)

Initializes a new instance of the StoppingEventArgs class.

public StoppingEventArgs(Player player, bool isAllowed = true)

Parameters

player Player
isAllowed bool

Properties

IsAllowed

Gets or sets a value indicating whether the warhead can be stopped.

public bool IsAllowed { get; set; }

Property Value

bool

Player

Gets the player who's going to stop the warhead.

public Player Player { get; }

Property Value

Player