LeviLamina
Loading...
Searching...
No Matches
HandleCaravanEventRequestSystem.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
PendingCaravanEventRequestComponent
;
14
// clang-format on
15
16
namespace
HandleCaravanEventRequestSystem {
17
// functions
18
// NOLINTBEGIN
19
MCNAPI
void
tickEntity(
20
::StrictEntityContext
const
& context,
21
::ActorOwnerComponent& actorOwnerComponent,
22
::PendingCaravanEventRequestComponent
const
& pendingCaravanEventRequestComponent,
23
::EntityModifier<::PendingCaravanEventRequestComponent>& pendingCaravanEventRequestComponentModifier
24
);
25
26
MCNAPI
void
tickView(
27
::ViewT<::StrictEntityContext, ::ActorOwnerComponent, ::PendingCaravanEventRequestComponent const> view,
28
::EntityModifier<::PendingCaravanEventRequestComponent> pendingCaravanEventRequestComponentModifier
29
);
30
// NOLINTEND
31
32
}
// namespace HandleCaravanEventRequestSystem
ActorOwnerComponent
Definition
ActorOwnerComponent.h:10
StrictEntityContext
Definition
StrictEntityContext.h:8
PendingCaravanEventRequestComponent
Definition
PendingCaravanEventRequestComponent.h:5
src
mc
entity
systems
HandleCaravanEventRequestSystem.h
Generated on
for LeviLamina by
1.16.1