LeviLamina
Loading...
Searching...
No Matches
ReplayStateSystem.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/Include.h"
8
9
// auto generated forward declare list
10
// clang-format off
11
class
EntitySystems
;
12
class
ReplayStateComponent
;
13
class
StrictEntityContext
;
14
struct
ActorMovementTickNeededComponent
;
15
struct
ServerPlayerCurrentMovementComponent
;
16
struct
VehicleInputIntentComponent
;
17
// clang-format on
18
19
namespace
ReplayStateSystem {
20
// functions
21
// NOLINTBEGIN
22
MCAPI
void
_tickReplayStateSystem(
23
::ViewT
<
24
::StrictEntityContext
,
25
::Include<::ActorMovementTickNeededComponent>
,
26
::ServerPlayerCurrentMovementComponent
const
,
27
::ReplayStateComponent
> playerReplayView,
28
::ViewT
<
29
::StrictEntityContext
,
30
::Include<::ActorMovementTickNeededComponent>
,
31
::VehicleInputIntentComponent
const
,
32
::ReplayStateComponent
> vehicleReplayView
33
);
34
35
MCAPI
void
registerSystems(
::EntitySystems
& systemRegistry);
36
// NOLINTEND
37
38
}
// namespace ReplayStateSystem
EntitySystems
Definition
EntitySystems.h:24
ReplayStateComponent
Definition
ReplayStateComponent.h:17
StrictEntityContext
Definition
StrictEntityContext.h:10
ViewT
Definition
ViewT.h:6
ActorMovementTickNeededComponent
Definition
ActorMovementTickNeededComponent.h:5
Include
Definition
Include.h:6
ServerPlayerCurrentMovementComponent
Definition
ServerPlayerCurrentMovementComponent.h:12
VehicleInputIntentComponent
Definition
VehicleInputIntentComponent.h:12
src
mc
entity
systems
ReplayStateSystem.h
Generated on Sat Apr 26 2025 05:55:37 for LeviLamina by
1.12.0