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
14class EntityContext;
15class EntityRegistry;
16namespace cereal { struct ReflectionCtx; }
17// clang-format on
18
19class VolumeEntityManager : public ::Bedrock::EnableNonOwnerReferences {
20public:
21 // member variables
22 // NOLINTBEGIN
27 // NOLINTEND
28
29public:
30 // prevent constructor by default
31 VolumeEntityManager& operator=(VolumeEntityManager const&);
32 VolumeEntityManager(VolumeEntityManager const&);
33 VolumeEntityManager();
34
35public:
36 // virtual functions
37 // NOLINTBEGIN
38#ifdef LL_PLAT_S
39 virtual ~VolumeEntityManager() /*override*/ = default;
40#else // LL_PLAT_C
41 virtual ~VolumeEntityManager() /*override*/;
42#endif
43
44 // NOLINTEND
45
46public:
47 // member functions
48 // NOLINTBEGIN
49#ifdef LL_PLAT_C
50 MCNAPI VolumeEntityManager(::StackRefResult<::EntityRegistry> registry, ::cereal::ReflectionCtx& ctx);
51
52 MCNAPI ::OwnerPtr<::EntityContext> _createVolumeEntity(::DefinitionInstanceGroup const& definitionGroup);
53#endif
54 // NOLINTEND
55
56public:
57 // static functions
58 // NOLINTBEGIN
59#ifdef LL_PLAT_C
60 MCNAPI static void
61 registerComponentNetRelevancy(::ComponentNetRelevancyRegistry& registry, ::cereal::ReflectionCtx const& ctx);
62#endif
63 // NOLINTEND
64
65public:
66 // constructor thunks
67 // NOLINTBEGIN
68#ifdef LL_PLAT_C
70#endif
71 // NOLINTEND
72
73public:
74 // destructor thunk
75 // NOLINTBEGIN
76 MCNAPI void $dtor();
77 // NOLINTEND
78
79public:
80 // vftables
81 // NOLINTBEGIN
82 MCNAPI static void** $vftable();
83 // NOLINTEND
84};
Definition EnableNonOwnerReferences.h:7
Definition ComponentNetRelevancyRegistry.h:12
Definition DefinitionInstanceGroup.h:10
Definition EntityContext.h:16
Definition EntityRegistry.h:10
Definition StackRefResult.h:7
MCAPI void $dtor()
static MCAPI void ** $vftable()
Definition ReflectionCtx.h:11
Definition ctx.h:5
Definition Alias.h:14