3#include "mc/_HeaderOutputPredefine.h"
6#include "mc/client/store/StoreCatalogCategory.h"
10struct StoreCatalogItem;
17 ::ll::TypedStorage<8, 32, ::std::string> mTitle;
18 ::ll::TypedStorage<8, 64, ::std::function<bool(::StoreCatalogItem
const&)>> mFilterFunction;
19 ::ll::TypedStorage<1, 1, bool> mAllowSeeMoreBy;
20 ::ll::TypedStorage<4, 4, int> mMaxOffersVisible;
21 ::ll::TypedStorage<1, 1, bool> mIsClientSideInventorySearchEnabled;
22 ::ll::TypedStorage<4, 4, ::StoreCatalogCategory> mCatalogCategory;
23 ::ll::TypedStorage<1, 1, bool> mShowSalesCollection;
24 ::ll::TypedStorage<1, 1, bool> mHideNonSaleList;
25 ::ll::TypedStorage<1, 1, bool> mIsSearchScreen;
31 MCAPI ~ItemListInfo();
Definition ItemListInfo.h:5