Introduction
This component allows you to apply a Theme to your Inventory

Fields#
| Name | Description |
|---|---|
| Windows | List of windows for this theme |
| Window Open Time Scale | TimeScale to set while any window is open |
| Additional Interactors | List of additional Interactor UIs that can be found by id |
| Additional Tooltips | List of additional TooltipDisplays that can be found by id |
| On First Window Open | Event raised whenever a window is opened and no other windows were already open |
| On All Windows Closed | Event raised when the last window is closed |
| Count Minimum | Minimum number of items needed to show count select |
Properties#
| Name | Description |
|---|---|
| activeWindow | Gets the currently active window |
| activeWindowIds | Returns a list of all open/active window ids |
| activeWindows | Returns a list of all open/active windows |
| inventory | Gets the associated Inventory |
Methods#
| Name | Description |
|---|---|
| Activate | Activates the theme |
| CloseWindow | Closes an opened window |
| Deactivate | Deactivates the theme |
| OpenMerchantWindow | Opens a Merchant window |
| OpenTransferWindow | Opens a Transfer window |
| OpenWindow | Opens a Window (of any type) |
| SelectCount | Opens a Select Count window |