LeviLamina
Loading...
Searching...
No Matches
AuthorityDependentSystemImpl.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
AuthorityDependentSystem {
16
17
struct
AuthorityDependentSystemImpl
:
public
::ITickingSystem
{
18
public
:
19
// member variables
20
// NOLINTBEGIN
21
::ll::UntypedStorage<8, 8>
mUnkbb1bc5;
22
::ll::UntypedStorage<4, 4>
mUnk486d74;
23
// NOLINTEND
24
25
public
:
26
// prevent constructor by default
27
AuthorityDependentSystemImpl
& operator=(
AuthorityDependentSystemImpl
const
&);
28
AuthorityDependentSystemImpl
(
AuthorityDependentSystemImpl
const
&);
29
AuthorityDependentSystemImpl
();
30
31
public
:
32
// virtual functions
33
// NOLINTBEGIN
34
// vIndex: 2
35
virtual
void
tick(
::EntityRegistry
& registry)
/*override*/
;
36
37
// vIndex: 4
38
virtual
void
singleTick(
::EntityRegistry
& registry,
::EntityContext
& entity)
/*override*/
;
39
40
// vIndex: 3
41
virtual
void
singleTick(
::EntityRegistry
& registry,
::StrictEntityContext
& entityContext)
/*override*/
;
42
43
// vIndex: 0
44
virtual
~AuthorityDependentSystemImpl
()
/*override*/
=
default
;
45
// NOLINTEND
46
47
public
:
48
// virtual function thunks
49
// NOLINTBEGIN
50
MCNAPI
void
$tick
(
::EntityRegistry
& registry);
51
52
MCNAPI
void
$singleTick
(
::EntityRegistry
& registry,
::EntityContext
& entity);
53
54
MCNAPI
void
$singleTick
(
::EntityRegistry
& registry,
::StrictEntityContext
& entityContext);
55
// NOLINTEND
56
57
public
:
58
// vftables
59
// NOLINTBEGIN
60
MCNAPI
static
void
**
$vftable
();
61
// NOLINTEND
62
};
63
64
}
// namespace AuthorityDependentSystem
EntityContext
Definition
EntityContext.h:16
EntityRegistry
Definition
EntityRegistry.h:11
ITickingSystem
Definition
ITickingSystem.h:15
StrictEntityContext
Definition
StrictEntityContext.h:8
AuthorityDependentSystem::AuthorityDependentSystemImpl
Definition
AuthorityDependentSystemImpl.h:17
AuthorityDependentSystem::AuthorityDependentSystemImpl::$singleTick
MCAPI void $singleTick(::EntityRegistry ®istry, ::EntityContext &entity)
AuthorityDependentSystem::AuthorityDependentSystemImpl::$tick
MCAPI void $tick(::EntityRegistry ®istry)
AuthorityDependentSystem::AuthorityDependentSystemImpl::$singleTick
MCAPI void $singleTick(::EntityRegistry ®istry, ::StrictEntityContext &entityContext)
AuthorityDependentSystem::AuthorityDependentSystemImpl::$vftable
static MCAPI void ** $vftable()
ll::UntypedStorage
Definition
Alias.h:14
src
mc
entity
utilities
authority_dependent_system
AuthorityDependentSystemImpl.h
Generated on Fri Jun 13 2025 05:04:34 for LeviLamina by
1.12.0