Introduction
This plugin allows you to have items take physical space in the inventory
Fields#
| Name | Description |
|---|---|
| Columns | The number of columns available for storage |
| Rows | The number of rows available for storage |
Properties#
| Name | Description |
|---|---|
| title | Title of the plugin |
| description | Description of the plugin |
| host | Gets the Inventory associated with the plugin |
| icon | Icon associated with the plugin |
| titlebarText | Text to display in the titlebar for the plugin |
Methods#
| Name | Description |
|---|---|
| CheckAddItemStack | Check if added new item stack is allowed |
| GetUIDetails | Get the UI display details for an item in storage |
| Initialize | Initialize the plugin |
| IsSlotFree | Check if a slot is free |
| MoveItem | Attempt to move an item to a new location |
| StackAdded | Stack added to Inventory |
| StackRemoved | Stack removed from Inventory |
| CheckAddFunds | Check if adding funds is allowed |
| CheckAddItem | Check if adding item is allowed |
| DataLoad | Load data from a stream |
| DataSave | Save data to a stream |
| HandleDrop | Handle dropping item |
| Shutdown | Shutdown plugin |