LeviLamina
Loading...
Searching...
No Matches
RunInitializers.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/deps/ecs/systems/ITickingSystem.h"
7
8
// auto generated forward declare list
9
// clang-format off
10
class
EntityContext
;
11
class
EntityRegistry
;
12
class
StrictEntityContext
;
13
// clang-format on
14
15
namespace
RunInitializersSystem {
16
17
struct
RunInitializers
:
public
::ITickingSystem
{
18
public
:
19
// member variables
20
// NOLINTBEGIN
21
::ll::UntypedStorage<8, 8>
mUnkcefeb9;
22
// NOLINTEND
23
24
public
:
25
// prevent constructor by default
26
RunInitializers
& operator=(
RunInitializers
const
&);
27
RunInitializers
(
RunInitializers
const
&);
28
RunInitializers
();
29
30
public
:
31
// virtual functions
32
// NOLINTBEGIN
33
// vIndex: 2
34
virtual
void
tick(
::EntityRegistry
& registry)
/*override*/
;
35
36
// vIndex: 4
37
virtual
void
singleTick(
::EntityRegistry
& registry,
::EntityContext
& entity)
/*override*/
;
38
39
// vIndex: 3
40
virtual
void
singleTick(
::EntityRegistry
& registry,
::StrictEntityContext
& entityContext)
/*override*/
;
41
42
// vIndex: 0
43
virtual
~RunInitializers
()
/*override*/
=
default
;
44
// NOLINTEND
45
46
public
:
47
// destructor thunk
48
// NOLINTBEGIN
49
50
// NOLINTEND
51
52
public
:
53
// virtual function thunks
54
// NOLINTBEGIN
55
MCAPI
void
$tick(
::EntityRegistry
& registry);
56
57
MCFOLD
void
$singleTick(
::EntityRegistry
& registry,
::EntityContext
& entity);
58
59
MCFOLD
void
$singleTick(
::EntityRegistry
& registry,
::StrictEntityContext
& entityContext);
60
// NOLINTEND
61
62
public
:
63
// vftables
64
// NOLINTBEGIN
65
MCAPI
static
void
** $vftable();
66
// NOLINTEND
67
};
68
69
}
// namespace RunInitializersSystem
EntityContext
Definition
EntityContext.h:16
EntityRegistry
Definition
EntityRegistry.h:15
ITickingSystem
Definition
ITickingSystem.h:15
StrictEntityContext
Definition
StrictEntityContext.h:10
RunInitializersSystem::RunInitializers
Definition
RunInitializers.h:17
ll::UntypedStorage
Definition
Alias.h:14
src
mc
entity
systems
initialization
run_initializers_system
RunInitializers.h
Generated on Sat Apr 26 2025 05:55:37 for LeviLamina by
1.12.0