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<::ActorMovementTickNeededComponent>,
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 virtual void tick(
68 ::Read<
78 ::EntityFactoryT<>>& executionContext
79 ) /*override*/;
80
81 virtual ~PublishSystem() /*override*/ = default;
82 // NOLINTEND
83
84public:
85 // static functions
86 // NOLINTBEGIN
87#ifdef LL_PLAT_C
88 MCAPI static void tickEntity(
89 ::StrictEntityContext const& entity,
92 ::ViewT<
99 );
100#endif
101 // NOLINTEND
102
103public:
104 // virtual function thunks
105 // NOLINTBEGIN
106#ifdef LL_PLAT_C
107 MCAPI void $tick(
110 ::Read<
120 ::EntityFactoryT<>>& executionContext
121 );
122#endif
123
124
125 // NOLINTEND
126
127public:
128 // vftables
129 // NOLINTBEGIN
130 MCNAPI static void** $vftable();
131 // NOLINTEND
132};
133
134} // namespace ClientRewind
Definition IStrictTickingSystem.h:6
Definition Optional.h:8
Definition ReplayStateComponent.h:18
Definition StrictEntityContext.h:8
Definition StrictExecutionContext.h:6
Definition ViewT.h:6
Definition ActorDataBoundingBoxComponent.h:8
Definition ActorDataFlagComponent.h:9
Definition ActorDataHorseFlagComponent.h:8
Definition ActorDataJumpDurationComponent.h:8
Definition ActorDataSeatOffsetComponent.h:8
Definition ActorMovementTickNeededComponent.h:5
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 Read.h:6
Definition ReplayStateTrackerComponent.h:8
Definition Write.h:6