LeviLamina
Loading...
Searching...
No Matches
TeleportToSystem.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/deps/ecs/ViewT.h"
7
#include "mc/deps/ecs/strict/EntityModifier.h"
8
9
// auto generated forward declare list
10
// clang-format off
11
class
ActorOwnerComponent
;
12
class
StrictEntityContext
;
13
struct
TeleportToRequestComponent
;
14
struct
TickingSystemWithInfo
;
15
// clang-format on
16
17
namespace
TeleportToSystem {
18
// functions
19
// NOLINTBEGIN
20
MCNAPI ::TickingSystemWithInfo createSystem();
21
22
MCNAPI
void
processAllTeleportToRequestsSystem(
23
::ViewT<::StrictEntityContext, ::ActorOwnerComponent, ::TeleportToRequestComponent const> view,
24
::EntityModifier<::TeleportToRequestComponent> modifier
25
);
26
27
MCNAPI
void
teleportTo(
28
::StrictEntityContext& entityContext,
29
::ActorOwnerComponent& actorOwnerComponent,
30
::TeleportToRequestComponent
const
& teleportToRequestComponent,
31
::EntityModifier<::TeleportToRequestComponent> modifier
32
);
33
// NOLINTEND
34
35
}
// namespace TeleportToSystem
ActorOwnerComponent
Definition
ActorOwnerComponent.h:10
StrictEntityContext
Definition
StrictEntityContext.h:8
TeleportToRequestComponent
Definition
TeleportToRequestComponent.h:8
TickingSystemWithInfo
Definition
TickingSystemWithInfo.h:13
src
mc
entity
systems
TeleportToSystem.h
Generated on
for LeviLamina by
1.16.1