LeviLamina
Loading...
Searching...
No Matches
IEntityRegistryOwner.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/StackRefResult.h"
8
9// auto generated forward declare list
10// clang-format off
11class EntityRegistry;
12// clang-format on
13
15public:
16 // virtual functions
17 // NOLINTBEGIN
18 virtual ~IEntityRegistryOwner() /*override*/;
19
20 virtual ::StackRefResult<::EntityRegistry> getEntityRegistry() = 0;
21
22 virtual ::StackRefResult<::EntityRegistry const> getEntityRegistry() const = 0;
23 // NOLINTEND
24
25public:
26 // destructor thunk
27 // NOLINTBEGIN
28 MCNAPI void $dtor();
29 // NOLINTEND
30
31public:
32 // virtual function thunks
33 // NOLINTBEGIN
34
35 // NOLINTEND
36};
Definition EnableNonOwnerReferences.h:7
Definition EntityRegistry.h:11
Definition IEntityRegistryOwner.h:14
MCAPI void $dtor()