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 // NOLINTEND
39
40public:
41 // virtual function thunks
42 // NOLINTBEGIN
43 MCAPI char const* $getJsonName() const;
44
45 MCAPI void $deserializeData(::DeserializeDataParams deserializeDataParams);
46
47
48 // NOLINTEND
49
50public:
51 // vftables
52 // NOLINTBEGIN
53 MCNAPI static void** $vftable();
54 // NOLINTEND
55};
Definition ActorComponentDescription.h:8
Definition DeserializeDataParams.h:13
Definition EconomyTradeableDescription.h:14
static MCAPI void ** $vftable()