mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-15 05:04:15 +01:00
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:
parent
0d9eed298c
commit
52e8fca7f1
2 changed files with 406 additions and 0 deletions
|
|
@ -43,6 +43,7 @@ internal class DataWindow : Window, IDisposable
|
|||
new HookWidget(),
|
||||
new IconBrowserWidget(),
|
||||
new ImGuiWidget(),
|
||||
new InventoryWidget(),
|
||||
new KeyStateWidget(),
|
||||
new MarketBoardWidget(),
|
||||
new NetworkMonitorWidget(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue