Class InventoryInteractEventArgs
Event arguments for inventory interaction
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: AGS.API
Assembly: AGS.API.dll
Syntax
public class InventoryInteractEventArgs : ObjectEventArgs
Constructors
| Improve this Doc View SourceInventoryInteractEventArgs(IObject, IInventoryItem)
Initializes a new instance of the InventoryInteractEventArgs class.
Declaration
public InventoryInteractEventArgs(IObject obj, IInventoryItem item)
Parameters
Type | Name | Description |
---|---|---|
IObject | obj | Object. |
IInventoryItem | item | Item. |
Properties
| Improve this Doc View SourceItem
The inventory item being interacted with.
Declaration
public IInventoryItem Item { get; }
Property Value
Type | Description |
---|---|
IInventoryItem | The item. |
Methods
| Improve this Doc View SourceToString()
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System.String |