Table of Contents

Class ExplodingMicroHIDEventArgs

Namespace
Exiled.Events.EventArgs.Player
Assembly
Exiled.Events.dll

Contains all information before the micro hid explode.

public class ExplodingMicroHIDEventArgs : IDeniableEvent, IMicroHIDEvent, IItemEvent, IPlayerEvent, IExiledEvent
Inheritance
ExplodingMicroHIDEventArgs
Implements
Inherited Members
Extension Methods

Constructors

ExplodingMicroHIDEventArgs(MicroHIDItem, bool)

Initializes a new instance of the ExplodingMicroHIDEventArgs class.

public ExplodingMicroHIDEventArgs(MicroHIDItem item, bool isAllowed = true)

Parameters

item MicroHIDItem

isAllowed bool

Whether the Micro HID can explode the player or not.

Properties

IsAllowed

Gets or sets a value indicating whether the player can explode the micro HID.

public bool IsAllowed { get; set; }

Property Value

bool

Item

Gets the item.

public Item Item { get; }

Property Value

Item

MicroHID

Gets MicroHid item.

public MicroHid MicroHID { get; }

Property Value

MicroHid

Player

Gets the player in owner of the item.

public Player Player { get; }

Property Value

Player