LeviLamina
Loading...
Searching...
No Matches
CacheMovingStateSystem.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/Include.h"
9
10
// auto generated forward declare list
11
// clang-format off
12
class
StrictEntityContext
;
13
struct
ActorDataDirtyFlagsComponent
;
14
struct
ActorDataFlagComponent
;
15
struct
ActorMovementTickNeededComponent
;
16
struct
ActorRotationComponent
;
17
struct
ControlledByLocalInstanceComponent
;
18
struct
PassengerComponent
;
19
struct
SetMovingFlagRequestComponent
;
20
// clang-format on
21
22
namespace
CacheMovingStateSystem {
23
// functions
24
// NOLINTBEGIN
25
MCAPI
void
tickPassengerEntity(
26
::entt::type_list<::Include<::ActorMovementTickNeededComponent>>,
27
::PassengerComponent
const
& passenger,
28
::ActorDataFlagComponent& actorDataFlag,
29
::ActorDataDirtyFlagsComponent& dirtyFlags,
30
::ActorRotationComponent& rotation,
31
::Optional<::SetMovingFlagRequestComponent> setMovingFlagRequest,
32
::ViewT<::StrictEntityContext, ::Include<::ControlledByLocalInstanceComponent>>
const
& controlledByLocalInstanceView
33
);
34
// NOLINTEND
35
36
}
// namespace CacheMovingStateSystem
StrictEntityContext
Definition
StrictEntityContext.h:14
ActorDataDirtyFlagsComponent
Definition
ActorDataDirtyFlagsComponent.h:5
ActorDataFlagComponent
Definition
ActorDataFlagComponent.h:10
ActorMovementTickNeededComponent
Definition
ActorMovementTickNeededComponent.h:5
ActorRotationComponent
Definition
ActorRotationComponent.h:8
ControlledByLocalInstanceComponent
Definition
ControlledByLocalInstanceComponent.h:5
PassengerComponent
Definition
PassengerComponent.h:8
SetMovingFlagRequestComponent
Definition
SetMovingFlagRequestComponent.h:5
src
mc
entity
systems
CacheMovingStateSystem.h
Generated on
for LeviLamina by
1.16.1