Class OnItemEquip
Triggered when a creature attempts to equip an item.
public sealed class OnItemEquip : IEvent
- Inheritance
-
OnItemEquip
- Implements
- Inherited Members
- Extension Methods
Properties
- EquippedBy
Gets the creature equipping the item.
- Item
Gets the item being equipped.
- PreventEquip
Set to true to prevent the item from being equipped.
- Result
Gets the equip operation result.
- Slot
Gets the inventory slot the item is being equipped to.