LeviLamina
Loading...
Searching...
No Matches
VolumeEntityManager.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/core/utility/EnableNonOwnerReferences.h"
7#include "mc/deps/game_refs/OwnerPtr.h"
8#include "mc/deps/game_refs/StackRefResult.h"
9
10// auto generated forward declare list
11// clang-format off
13class EntityContext;
14class EntityRegistry;
15namespace cereal { struct ReflectionCtx; }
16// clang-format on
17
18class VolumeEntityManager : public ::Bedrock::EnableNonOwnerReferences {
19public:
20 // member variables
21 // NOLINTBEGIN
26 // NOLINTEND
27
28public:
29 // prevent constructor by default
30 VolumeEntityManager& operator=(VolumeEntityManager const&);
31 VolumeEntityManager(VolumeEntityManager const&);
32 VolumeEntityManager();
33
34public:
35 // virtual functions
36 // NOLINTBEGIN
37#ifdef LL_PLAT_S
38 virtual ~VolumeEntityManager() /*override*/ = default;
39#else // LL_PLAT_C
40 virtual ~VolumeEntityManager() /*override*/;
41#endif
42
43 // NOLINTEND
44
45public:
46 // member functions
47 // NOLINTBEGIN
48#ifdef LL_PLAT_C
49 MCNAPI VolumeEntityManager(::StackRefResult<::EntityRegistry> registry, ::cereal::ReflectionCtx& ctx);
50
51 MCNAPI ::OwnerPtr<::EntityContext> _createVolumeEntity(::DefinitionInstanceGroup const& definitionGroup);
52#endif
53 // NOLINTEND
54
55public:
56 // constructor thunks
57 // NOLINTBEGIN
58#ifdef LL_PLAT_C
60#endif
61 // NOLINTEND
62
63public:
64 // destructor thunk
65 // NOLINTBEGIN
66 MCNAPI void $dtor();
67 // NOLINTEND
68
69public:
70 // vftables
71 // NOLINTBEGIN
72 MCNAPI static void** $vftable();
73 // NOLINTEND
74};
Definition EnableNonOwnerReferences.h:7
Definition DefinitionInstanceGroup.h:10
Definition EntityContext.h:17
Definition EntityRegistry.h:11
Definition StackRefResult.h:7
MCAPI void $dtor()
static MCAPI void ** $vftable()
Definition ReflectionCtx.h:11
Definition ctx.h:5
Definition Alias.h:14