LeviLamina
Loading...
Searching...
No Matches
PublishSystem.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
29// clang-format on
30
31namespace ClientRewind {
32
33struct PublishSystem : public ::IStrictTickingSystem<::StrictExecutionContext<
34 ::Filter<::InterpolateMovementNeededComponent>,
35 ::Read<
36 ::ActorDataFlagComponent,
37 ::ActorDataHorseFlagComponent,
38 ::ActorDataJumpDurationComponent,
39 ::ActorDataBoundingBoxComponent,
40 ::ActorDataSeatOffsetComponent>,
41 ::Write<::ReplayStateTrackerComponent, ::ReplayStateComponent>,
42 ::AddRemove<>,
43 ::GlobalRead<>,
44 ::GlobalWrite<>,
45 ::EntityFactoryT<>>> {
46public:
47 // PublishSystem inner types define
50 ::Read<
61
62public:
63 // virtual functions
64 // NOLINTBEGIN
65#ifdef LL_PLAT_S
66 virtual void tick(
69 ::Read<
80 ) /*override*/;
81#else // LL_PLAT_C
82 virtual void tick(
85 ::Read<
95 ::EntityFactoryT<>>& executionContext
96 ) /*override*/;
97#endif
98
99 // NOLINTEND
100
101public:
102 // static functions
103 // NOLINTBEGIN
104#ifdef LL_PLAT_C
105 MCAPI static void tickEntity(
106 ::StrictEntityContext const& entity,
109 ::ViewT<
116 );
117#endif
118 // NOLINTEND
119
120public:
121 // virtual function thunks
122 // NOLINTBEGIN
123#ifdef LL_PLAT_C
124 MCAPI void $tick(
127 ::Read<
137 ::EntityFactoryT<>>& executionContext
138 );
139#endif
140
141
142 // NOLINTEND
143
144public:
145 // vftables
146 // NOLINTBEGIN
147 MCNAPI static void** $vftable();
148 // NOLINTEND
149};
150
151} // namespace ClientRewind
Definition IStrictTickingSystem.h:6
Definition Optional.h:8
Definition ReplayStateComponent.h:21
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 PublishSystem.h:45
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