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
16// clang-format on
17
18namespace SendPacketsSystemImpl {
19// functions
20// NOLINTBEGIN
21MCNAPI void sendPacketsSystem(
22 ::ActorOwnerComponent const& actorOwnerComponent,
23 ::Optional<::UserEntityIdentifierComponent const> userEntityIdentifierComponent,
24 ::SendPacketsComponent& sendPacketsComponent
25);
26
27MCNAPI 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
37MCNAPI 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
Definition ActorOwnerComponent.h:10
Definition StrictEntityContext.h:8
Definition UserEntityIdentifierComponent.h:12
Definition SendPacketsComponent.h:11