Class OwnerDyingEventArgs
Contains all information of a CustomItem before a Player dies.
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Exiled.CustomItems.API.EventArgs
Assembly: Exiled.CustomItems.dll
Syntax
public class OwnerDyingEventArgs : DyingEventArgs, IAttackerEvent, IPlayerEvent, IDeniableEvent, IItemEvent, IExiledEvent
Constructors
| Improve this Doc View SourceOwnerDyingEventArgs(Item, DyingEventArgs)
Initializes a new instance of the OwnerDyingEventArgs class.
Declaration
public OwnerDyingEventArgs(Item item, DyingEventArgs ev)
Parameters
Type | Name | Description |
---|---|---|
Item | item | |
DyingEventArgs | ev | The HandcuffingEventArgs instance. |
Properties
| Improve this Doc View SourceItem
Gets the item in the player's inventory.
Declaration
public Item Item { get; }
Property Value
Type | Description |
---|---|
Item |