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 // vIndex: 0
19 virtual ~IEntityRegistryOwner() /*override*/;
20
21 // vIndex: 2
22 virtual ::StackRefResult<::EntityRegistry> getEntityRegistry() = 0;
23
24 // vIndex: 1
25 virtual ::StackRefResult<::EntityRegistry const> getEntityRegistry() const = 0;
26 // NOLINTEND
27
28public:
29 // destructor thunk
30 // NOLINTBEGIN
31 MCFOLD void $dtor();
32 // NOLINTEND
33
34public:
35 // virtual function thunks
36 // NOLINTBEGIN
37
38 // NOLINTEND
39};
Definition EnableNonOwnerReferences.h:7
Definition EntityRegistry.h:15
Definition IEntityRegistryOwner.h:14