Interface IInventoryItem
Represents an item stored in the inventory.
Inherited Members
Namespace: OpenMod.Extensions.Games.Abstractions.Items
Assembly: OpenMod.Extensions.Games.Abstractions.dll
Syntax
public interface IInventoryItem : IItemInstanceMethods
| Improve this Doc View SourceDestroyAsync()
Destroys the item.
Declaration
Task<bool> DestroyAsync()Returns
| Type | Description | 
|---|---|
| Task<System.Boolean> | 
DropAsync()
Drops the item to the ground.
Declaration
Task DropAsync()Returns
| Type | Description | 
|---|---|
| Task | 
