LeviLamina
Loading...
Searching...
No Matches
EconomyTradeableDescription.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/util/IntRange.h"
7#include "mc/world/actor/ActorComponentDescription.h"
8
9// auto generated forward declare list
10// clang-format off
12// clang-format on
13
15public:
16 // member variables
17 // NOLINTBEGIN
18 ::ll::TypedStorage<8, 32, ::std::string> mDisplayName;
19 ::ll::TypedStorage<8, 32, ::std::string> mTradeTablePath;
20 ::ll::TypedStorage<1, 1, bool> mUseNewTradeScreen;
21 ::ll::TypedStorage<4, 4, int> mHeroDemandDiscount;
22 ::ll::TypedStorage<4, 8, ::IntRange> mCuredDiscount;
23 ::ll::TypedStorage<4, 8, ::IntRange> mMaxCuredDiscount;
24 ::ll::TypedStorage<4, 4, int> mNearbyCuredDiscount;
25 ::ll::TypedStorage<4, 4, int> mMaxNearbyCuredDiscount;
26 ::ll::TypedStorage<1, 1, bool> mPersistTrades;
27 ::ll::TypedStorage<1, 1, bool> mConvertTradesEconomy;
28 ::ll::TypedStorage<1, 1, bool> mShowTradeScreen;
29 ::ll::TypedStorage<1, 1, bool> mUseLegacyPrices;
30 // NOLINTEND
31
32public:
33 // virtual functions
34 // NOLINTBEGIN
35 virtual char const* getJsonName() const /*override*/;
36
37 virtual void deserializeData(::DeserializeDataParams deserializeDataParams) /*override*/;
38
39 virtual ~EconomyTradeableDescription() /*override*/;
40 // NOLINTEND
41
42public:
43 // destructor thunk
44 // NOLINTBEGIN
45 MCAPI void $dtor();
46 // NOLINTEND
47
48public:
49 // virtual function thunks
50 // NOLINTBEGIN
51 MCAPI char const* $getJsonName() const;
52
53 MCAPI void $deserializeData(::DeserializeDataParams deserializeDataParams);
54
55
56 // NOLINTEND
57
58public:
59 // vftables
60 // NOLINTBEGIN
61 MCNAPI static void** $vftable();
62 // NOLINTEND
63};
Definition ActorComponentDescription.h:8
Definition DeserializeDataParams.h:16
Definition EconomyTradeableDescription.h:14
static MCAPI void ** $vftable()