Class OnInventoryItemAdd
Triggered when an item is added to an inventory of an item or placeable.
public sealed class OnInventoryItemAdd : IEvent
- Inheritance
-
OnInventoryItemAdd
- Implements
- Inherited Members
- Extension Methods
Properties
- AcquiredBy
Gets the item or placeable that is receiving the item.
- Item
Gets the item being added.
- PreventItemAdd
Set to true to prevent the item from being added.
- Result
Gets the result of the add operation.