Skip to content
Version 2.11.0
↓ Get the launcher

ExchangeCatalogItem structure

One entry in a Trading-Center catalog category page (from ExchangeList): the item, how many are currently available, and the cheapest listed price. Use this to populate a category-browse picker; resolve the display name via IGameData.Inventory.GetItem(ItemId).

public struct ExchangeCatalogItem : IEquatable<ExchangeCatalogItem>
parameter description
ItemId The item’s config id.
Available How many are currently available across all listings.
MinPrice The cheapest current unit price, in Luno (0 when none listed).
name description
ExchangeCatalogItem(…) One entry in a Trading-Center catalog category page (from ExchangeList): the item, how many are currently available, and the cheapest listed price. Use this to populate a category-browse picker; resolve the display name via IGameData.Inventory.GetItem(ItemId).
Available { get; set; } How many are currently available across all listings.
ItemId { get; set; } The item’s config id.
MinPrice { get; set; } The cheapest current unit price, in Luno (0 when none listed).