Class RustInventoryItem
Inheritance
System.Object
RustInventoryItem
Assembly: OpenMod.Rust.dll
Syntax
public class RustInventoryItem : object, IInventoryItem, IItemInstance
Constructors
|
Improve this Doc
View Source
RustInventoryItem(RustItem)
Declaration
public RustInventoryItem(RustItem item)
Parameters
Properties
|
Improve this Doc
View Source
Item
Declaration
public RustItem Item { get; }
Property Value
Methods
|
Improve this Doc
View Source
DestroyAsync()
Declaration
public Task<bool> DestroyAsync()
Returns
Type |
Description |
Task<System.Boolean> |
|
|
Improve this Doc
View Source
DropAsync()
Declaration
Returns
Explicit Interface Implementations
|
Improve this Doc
View Source
IItemInstance.Item
Declaration
IItem IItemInstance.Item { get; }
Returns
Implements
Extension Methods