Introduction
This class provides definitions for quick slots

Fields#
| Name | Description |
|---|---|
| Free Inventory Space | Removes the item from inventory while assigned |
| Auto Assign | Automatically assign item to slot when added to inventory if it fits filters and slot is free |
| Category Filter | Filter to apply to categories |
| Category Ids | Filter list |
| Group Filter | Filter to apply to groups |
| Group Names | Filter list |
| Tag Filter | Filter to apply to tags |
| Tags | Filter list |
| On Item Assigned | Event raised whenever an item is assigned to this slot |
| On Item Unassigned | Event raised whenever an item is unassigned from this slot |
Properties#
| Name | Description |
|---|---|
| assignedItem | Gets the currently assigned item |
| info | Information about this object |
| initialized | Get if this object is initialized |
Methods#
| Name | Description |
|---|---|
| AssignItem | Assign an item to this slot |
| Clone | Create a clone of this object |
| Initialize | Initialize the object |
| Matches | Compare object to another copy |