Introduction
Base class for InventoryPlugins
Properties#
| Name | Description |
|---|---|
| host | Gets the Inventory associated with the plugin |
| icon | Icon associated with the plugin |
| title | Title of the plugin |
| titlebarText | Text to display in the titlebar for the plugin |
| description | Description of the plugin |
Methods#
| Name | Description |
|---|---|
| CheckAddFunds | Check if adding funds is allowed |
| CheckAddItem | Check if adding item is allowed |
| CheckAddItemStack | Check if added new item stack is allowed |
| DataLoad | Load data from a stream |
| DataSave | Save data to a stream |
| HandleDrop | Handle dropping item |
| Initialize | Initialize the plugin |
| StackAdded | Stack added to Inventory |
| StackRemoved | Stack removed from Inventory |
| Shutdown | Shutdown plugin |