LeviLamina
Loading...
Searching...
No Matches
ContainerScreenActionScope.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/core/utility/NonOwnerPointer.h"
7#include "mc/world/inventory/simulation/ContainerScreenActionResult.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<1, 1, bool> mTemporaryScope;
19 ::ll::TypedStorage<8, 8, ::ContainerScreenActionScope*> mParentScope;
20 ::ll::TypedStorage<8, 24, ::Bedrock::NotNullNonOwnerPtr<::ContainerScreenSimulation>> mSimulation;
21 ::ll::TypedStorage<8, 56, ::ContainerScreenActionResult> mScreenSimulationResult;
22 // NOLINTEND
23
24public:
25 // virtual functions
26 // NOLINTBEGIN
27#ifdef LL_PLAT_S
28 virtual ~ContainerScreenActionScope() = default;
29#else // LL_PLAT_C
31#endif
32
33 // NOLINTEND
34
35public:
36 // member functions
37 // NOLINTBEGIN
38
39 // NOLINTEND
40
41public:
42 // constructor thunks
43 // NOLINTBEGIN
44 MCNAPI_C void* $ctor(::ContainerScreenSimulation& simulation, ::ContainerScreenActionScope* parentScope);
45 // NOLINTEND
46
47public:
48 // destructor thunk
49 // NOLINTBEGIN
50 MCNAPI void $dtor();
51 // NOLINTEND
52
53public:
54 // vftables
55 // NOLINTBEGIN
56 MCNAPI static void** $vftable();
57 // NOLINTEND
58};
Definition ContainerScreenActionScope.h:14
static MCAPI void ** $vftable()
Definition ContainerScreenSimulation.h:30