LeviLamina
Loading...
Searching...
No Matches
ItemListInfo.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/client/store/StoreCatalogCategory.h"
7
8// auto generated forward declare list
9// clang-format off
10struct StoreCatalogItem;
11// clang-format on
12
13struct ItemListInfo {
14public:
15 // member variables
16 // NOLINTBEGIN
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;
26 // NOLINTEND
27
28public:
29 // member functions
30 // NOLINTBEGIN
31 MCAPI ~ItemListInfo();
32 // NOLINTEND
33
34public:
35 // destructor thunk
36 // NOLINTBEGIN
37 MCFOLD void $dtor();
38 // NOLINTEND
39};
Definition ItemListInfo.h:5