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/world/actor/ActorComponentDescription.h"
7
8// auto generated forward declare list
9// clang-format off
11// clang-format on
12
14public:
15 // member variables
16 // NOLINTBEGIN
29 // NOLINTEND
30
31public:
32 // prevent constructor by default
36
37public:
38 // virtual functions
39 // NOLINTBEGIN
40 // vIndex: 0
41 virtual char const* getJsonName() const /*override*/;
42
43 // vIndex: 2
44 virtual void deserializeData(::DeserializeDataParams deserializeDataParams) /*override*/;
45
46 // vIndex: 1
47 virtual ~EconomyTradeableDescription() /*override*/;
48 // NOLINTEND
49
50public:
51 // destructor thunk
52 // NOLINTBEGIN
53 MCAPI void $dtor();
54 // NOLINTEND
55
56public:
57 // virtual function thunks
58 // NOLINTBEGIN
59 MCAPI char const* $getJsonName() const;
60
61 MCAPI void $deserializeData(::DeserializeDataParams deserializeDataParams);
62 // NOLINTEND
63
64public:
65 // vftables
66 // NOLINTBEGIN
67 MCAPI static void** $vftable();
68 // NOLINTEND
69};
Definition ActorComponentDescription.h:8
Definition DeserializeDataParams.h:15
Definition EconomyTradeableDescription.h:13
Definition Alias.h:14