LeviLamina
Loading...
Searching...
No Matches
EntityComponentFactoryBase.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
8
// auto generated forward declare list
9
// clang-format off
10
class
DefinitionInstanceGroup
;
11
class
EntityContext
;
12
class
EntityRegistry
;
13
// clang-format on
14
15
class
EntityComponentFactoryBase
:
public
::Bedrock::EnableNonOwnerReferences
{
16
public
:
17
// virtual functions
18
// NOLINTBEGIN
19
// vIndex: 0
20
virtual
~EntityComponentFactoryBase
()
/*override*/
;
21
// NOLINTEND
22
23
public
:
24
// member functions
25
// NOLINTBEGIN
26
MCAPI
void
27
addComponents(
::EntityRegistry
& registry,
::EntityContext
& entity,
::DefinitionInstanceGroup
const
& definitionGroup)
28
const
;
29
30
MCAPI
void
removeComponents(
31
::EntityRegistry
& registry,
32
::EntityContext
& entity,
33
::DefinitionInstanceGroup
const
& definitionGroup
34
)
const
;
35
// NOLINTEND
36
37
public
:
38
// destructor thunk
39
// NOLINTBEGIN
40
MCFOLD
void
$dtor();
41
// NOLINTEND
42
};
Bedrock::EnableNonOwnerReferences
Definition
EnableNonOwnerReferences.h:7
DefinitionInstanceGroup
Definition
DefinitionInstanceGroup.h:10
EntityComponentFactoryBase
Definition
EntityComponentFactoryBase.h:15
EntityContext
Definition
EntityContext.h:16
EntityRegistry
Definition
EntityRegistry.h:15
src
mc
entity
factory
EntityComponentFactoryBase.h
Generated on Sat Apr 26 2025 05:55:37 for LeviLamina by
1.12.0