LeviLamina
Loading...
Searching...
No Matches
AccumulateSystem.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/AddRemove.h"
9#include "mc/deps/ecs/strict/EntityFactoryT.h"
10#include "mc/deps/ecs/strict/Filter.h"
11#include "mc/deps/ecs/strict/GlobalRead.h"
12#include "mc/deps/ecs/strict/GlobalWrite.h"
13#include "mc/deps/ecs/strict/IStrictTickingSystem.h"
14#include "mc/deps/ecs/strict/Read.h"
15#include "mc/deps/ecs/strict/StrictExecutionContext.h"
16#include "mc/deps/ecs/strict/Write.h"
17
18// auto generated forward declare list
19// clang-format off
28// clang-format on
29
30namespace ClientRewind {
31
32struct AccumulateSystem : public ::IStrictTickingSystem<::StrictExecutionContext<
33 ::Filter<::InterpolateMovementNeededComponent>,
34 ::Read<
35 ::ActorDataFlagComponent,
36 ::ActorDataHorseFlagComponent,
37 ::ActorDataJumpDurationComponent,
38 ::ActorDataBoundingBoxComponent,
39 ::ActorDataSeatOffsetComponent>,
40 ::Write<::ReplayStateTrackerComponent>,
41 ::AddRemove<>,
42 ::GlobalRead<>,
43 ::GlobalWrite<>,
44 ::EntityFactoryT<>>> {
45public:
46 // AccumulateSystem inner types define
49 ::Read<
60
61public:
62 // virtual functions
63 // NOLINTBEGIN
64 virtual void tick(
67 ::Read<
77 ::EntityFactoryT<>>& executionContext
78 ) /*override*/;
79 // NOLINTEND
80
81public:
82 // static functions
83 // NOLINTBEGIN
84 MCAPI static void tickEntity(
85 ::StrictEntityContext const& entity,
87 ::ViewT<
94 );
95 // NOLINTEND
96
97public:
98 // virtual function thunks
99 // NOLINTBEGIN
100 MCAPI void $tick(
103 ::Read<
113 ::EntityFactoryT<>>& executionContext
114 );
115
116
117 // NOLINTEND
118
119public:
120 // vftables
121 // NOLINTBEGIN
122 MCNAPI static void** $vftable();
123 // NOLINTEND
124};
125
126} // namespace ClientRewind
Definition IStrictTickingSystem.h:6
Definition Optional.h:8
Definition StrictEntityContext.h:14
Definition StrictExecutionContext.h:6
Definition ViewT.h:6
Definition ActorDataBoundingBoxComponent.h:8
Definition ActorDataFlagComponent.h:10
Definition ActorDataHorseFlagComponent.h:8
Definition ActorDataJumpDurationComponent.h:8
Definition ActorDataSeatOffsetComponent.h:8
Definition AddRemove.h:6
Definition AccumulateSystem.h:44
static MCAPI void ** $vftable()
Definition EntityFactoryT.h:6
Definition Filter.h:6
Definition GlobalRead.h:6
Definition GlobalWrite.h:6
Definition InterpolateMovementNeededComponent.h:5
Definition Read.h:6
Definition ReplayStateTrackerComponent.h:8
Definition Write.h:6