LeviLamina
Loading...
Searching...
No Matches
LegacyActorDependencies.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/world/interactions/ILegacyActorDependencies.h"
7
8namespace Interactions {
9
11public:
12 // member variables
13 // NOLINTBEGIN
15 // NOLINTEND
16
17public:
18 // prevent constructor by default
22
23public:
24 // virtual functions
25 // NOLINTBEGIN
26 // vIndex: 1
27 virtual bool isRemoved() /*override*/;
28
29 // vIndex: 0
30 virtual ~LegacyActorDependencies() /*override*/ = default;
31 // NOLINTEND
32
33public:
34 // virtual function thunks
35 // NOLINTBEGIN
36 MCNAPI bool $isRemoved();
37 // NOLINTEND
38
39public:
40 // vftables
41 // NOLINTBEGIN
42 MCNAPI static void** $vftable();
43 // NOLINTEND
44};
45
46} // namespace Interactions
Definition ILegacyActorDependencies.h:7
Definition LegacyActorDependencies.h:10
Definition Alias.h:14