LeviLamina
Loading...
Searching...
No Matches
EntityComponentFactoryJson.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/entity/factory/EntityComponentFactoryBase.h"
7
8
// auto generated forward declare list
9
// clang-format off
10
class
IJsonDefinitionSerializer
;
11
// clang-format on
12
13
class
EntityComponentFactoryJson
:
public
::EntityComponentFactoryBase
{
14
public
:
15
// member variables
16
// NOLINTBEGIN
17
::ll::UntypedStorage<8, 64>
mUnk828a3e;
18
// NOLINTEND
19
20
public
:
21
// prevent constructor by default
22
EntityComponentFactoryJson
& operator=(
EntityComponentFactoryJson
const
&);
23
EntityComponentFactoryJson
(
EntityComponentFactoryJson
const
&);
24
EntityComponentFactoryJson
();
25
26
public
:
27
// virtual functions
28
// NOLINTBEGIN
29
// vIndex: 0
30
virtual
~EntityComponentFactoryJson
()
/*override*/
;
31
// NOLINTEND
32
33
public
:
34
// member functions
35
// NOLINTBEGIN
36
MCAPI ::IJsonDefinitionSerializer* tryGetDefinitionSerializer(::std::string
const
& name)
const
;
37
// NOLINTEND
38
39
public
:
40
// destructor thunk
41
// NOLINTBEGIN
42
MCAPI
void
$dtor();
43
// NOLINTEND
44
45
public
:
46
// vftables
47
// NOLINTBEGIN
48
MCAPI
static
void
** $vftable();
49
// NOLINTEND
50
};
EntityComponentFactoryBase
Definition
EntityComponentFactoryBase.h:15
EntityComponentFactoryJson
Definition
EntityComponentFactoryJson.h:13
IJsonDefinitionSerializer
Definition
IJsonDefinitionSerializer.h:16
ll::UntypedStorage
Definition
Alias.h:14
src
mc
entity
factory
EntityComponentFactoryJson.h
Generated on Sat Apr 26 2025 05:55:37 for LeviLamina by
1.12.0