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
Optional
Definition
Optional.h:8
StrictEntityContext
Definition
StrictEntityContext.h:10
ViewT
Definition
ViewT.h:6
ActorDataDirtyFlagsComponent
Definition
ActorDataDirtyFlagsComponent.h:5
ActorDataFlagComponent
Definition
ActorDataFlagComponent.h:8
ActorMovementTickNeededComponent
Definition
ActorMovementTickNeededComponent.h:5
ActorRotationComponent
Definition
ActorRotationComponent.h:10
ControlledByLocalInstanceComponent
Definition
ControlledByLocalInstanceComponent.h:5
Include
Definition
Include.h:6
PassengerComponent
Definition
PassengerComponent.h:10
SetMovingFlagRequestComponent
Definition
SetMovingFlagRequestComponent.h:5
src
mc
entity
systems
CacheMovingStateSystem.h
Generated on Sat Apr 26 2025 05:55:37 for LeviLamina by
1.12.0