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
20// clang-format on
21
22namespace CacheMovingStateSystem {
23// functions
24// NOLINTBEGIN
25MCAPI 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
Definition StrictEntityContext.h:14
Definition ActorDataDirtyFlagsComponent.h:5
Definition ActorDataFlagComponent.h:10
Definition ActorMovementTickNeededComponent.h:5
Definition ActorRotationComponent.h:8
Definition ControlledByLocalInstanceComponent.h:5
Definition PassengerComponent.h:8
Definition SetMovingFlagRequestComponent.h:5