Class ExplodingMicroHIDEventArgs
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
itemMicroHIDItemisAllowedboolWhether 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
Item
Gets the item.
public Item Item { get; }
Property Value
MicroHID
Gets MicroHid item.
public MicroHid MicroHID { get; }
Property Value
Player
Gets the player in owner of the item.
public Player Player { get; }