LeviLamina
Loading...
Searching...
No Matches
ContainerScreenTemporaryActionScope.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/world/inventory/simulation/ContainerScreenActionScope.h"
7
8// auto generated forward declare list
9// clang-format off
11// clang-format on
12
13class ContainerScreenTemporaryActionScope : public ::ContainerScreenActionScope {
14#ifdef LL_PLAT_S
15#else // LL_PLAT_C
16public:
17 // prevent constructor by default
18 ContainerScreenTemporaryActionScope();
19
20#endif
21public:
22 // virtual functions
23 // NOLINTBEGIN
24#ifdef LL_PLAT_S
25 virtual ~ContainerScreenTemporaryActionScope() /*override*/ = default;
26#else // LL_PLAT_C
27 virtual ~ContainerScreenTemporaryActionScope() /*override*/;
28#endif
29
30 // NOLINTEND
31
32public:
33 // member functions
34 // NOLINTBEGIN
35#ifdef LL_PLAT_C
36 MCNAPI ContainerScreenTemporaryActionScope(
38 ::ContainerScreenActionScope* parentScope
39 );
40#endif
41 // NOLINTEND
42
43public:
44 // constructor thunks
45 // NOLINTBEGIN
46#ifdef LL_PLAT_C
47 MCNAPI void* $ctor(::ContainerScreenSimulation& simulation, ::ContainerScreenActionScope* parentScope);
48#endif
49 // NOLINTEND
50
51public:
52 // destructor thunk
53 // NOLINTBEGIN
54 MCNAPI void $dtor();
55 // NOLINTEND
56
57public:
58 // vftables
59 // NOLINTBEGIN
60 MCNAPI static void** $vftable();
61 // NOLINTEND
62};
Definition ContainerScreenSimulation.h:32
static MCAPI void ** $vftable()