LeviLamina
Loading...
Searching...
No Matches
SendPacketsSystemImpl.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/deps/ecs/Optional.h"
7
#include "mc/deps/ecs/ViewT.h"
8
#include "mc/deps/ecs/strict/EntityModifier.h"
9
10
// auto generated forward declare list
11
// clang-format off
12
class
ActorOwnerComponent
;
13
class
StrictEntityContext
;
14
class
UserEntityIdentifierComponent
;
15
struct
SendPacketsComponent
;
16
// clang-format on
17
18
namespace
SendPacketsSystemImpl {
19
// functions
20
// NOLINTBEGIN
21
MCNAPI
void
sendPacketsSystem(
22
::ActorOwnerComponent
const
& actorOwnerComponent,
23
::Optional<::UserEntityIdentifierComponent const> userEntityIdentifierComponent,
24
::SendPacketsComponent& sendPacketsComponent
25
);
26
27
MCNAPI
void
singleTick(
28
::StrictEntityContext& entity,
29
::ViewT<
30
::StrictEntityContext,
31
::ActorOwnerComponent
const
,
32
::Optional<::UserEntityIdentifierComponent const>,
33
::SendPacketsComponent> view,
34
::EntityModifier<::SendPacketsComponent> modifier
35
);
36
37
MCNAPI
void
tick(
38
::ViewT<
39
::StrictEntityContext,
40
::ActorOwnerComponent
const
,
41
::Optional<::UserEntityIdentifierComponent const>,
42
::SendPacketsComponent> view,
43
::EntityModifier<::SendPacketsComponent> modifier
44
);
45
// NOLINTEND
46
47
}
// namespace SendPacketsSystemImpl
ActorOwnerComponent
Definition
ActorOwnerComponent.h:10
StrictEntityContext
Definition
StrictEntityContext.h:8
UserEntityIdentifierComponent
Definition
UserEntityIdentifierComponent.h:12
SendPacketsComponent
Definition
SendPacketsComponent.h:11
src
mc
entity
systems
SendPacketsSystemImpl.h
Generated on
for LeviLamina by
1.16.1