B1InventoryDisposeCommand
- Structure that defines a command for disposing of inventory items.
* Specifies whether to sell or discard the items and provides the slot data to dispose of.
| Property | Type | Description | Metadata |
|---|---|---|---|
| bSell | bool | Whether the items should be sold (true) or discarded (false). | |
| Datas | TArray | List of inventory slot data entries to be disposed of. |