Add InventoryWidget (#2097)

* Add InventoryWidget

* Update InventoryWidget

- Use GameInventoryItem.GetReadOnlySpanOfInventory
- Display Stains
- Display Materia

* Display CrafterContentId in InventoryWidget

* Fix display of HQ items in InventoryWidget

Also removes the Base ItemId, because Dalamud doesn't apply flags.

* Make columns Itemid and Quantity copyable
This commit is contained in:
Haselnussbomber 2024-11-17 02:50:58 +01:00 committed by GitHub
parent 0d9eed298c
commit 52e8fca7f1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 406 additions and 0 deletions

View file

@ -43,6 +43,7 @@ internal class DataWindow : Window, IDisposable
new HookWidget(),
new IconBrowserWidget(),
new ImGuiWidget(),
new InventoryWidget(),
new KeyStateWidget(),
new MarketBoardWidget(),
new NetworkMonitorWidget(),