Table of Contents

Class StartingEventArgs

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

Contains all information before starting the warhead.

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

Constructors

StartingEventArgs(Player, bool, bool)

Initializes a new instance of the StartingEventArgs class.

public StartingEventArgs(Player player, bool isAuto, bool isAllowed = true)

Parameters

player Player

The player who's going to start the warhead.

isAuto bool

Indicating whether the nuke was set off automatically.

isAllowed bool

Indicating whether the event can be executed.

Properties

IsAuto

Gets or sets a value indicating whether the nuke was set off automatically.

public bool IsAuto { get; set; }

Property Value

bool